Skip to content

ArtemChern/prompt-wagon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prompt Wagon

Summary

This app is designed for organizations seeking to seamlessly integrate AI technologies, with features catering to beginners and administrators.

Screenshot

Applies to

Power Apps Dataverse Custom Connectors Power Fx

Compatibility

Premium License Azure OpenAI

Contributors

Version history

Version Date Comments
1.0 September 24, 2023 Initial release

Prerequisites

  • Azure OpenAI resource
  • GPT-4 model deployed in the Azure OpenAI resource
  • Save the following information from your GPT-4 model deployment (this will be needed during the solution import process):
  1. AzureOpenAI Host
  2. AzureOpenAI Key
  3. AzureOpenAI URL Prerequisites

Minimal path to awesome

Using the solution zip

  • Download the .zip from the solution folder.

  • Navigate to https://make.powerapps.com.

  • Open Solutions from the left-hand panel, select Import solution. Select Brows to choose downloaded Zip file, and select Next. 1

  • Select Next on the Details screen. 2

  • On the Environment Variables screen enter values for all environment variables. Once you are ready, seelct Import 3

  • Wait till the end of the import process. 4

  • Open the imported solution, Select Apps, click on three dots next to the app name, select Play. 11

  • Select Sign in. 12

  • Enter Azure OpenAI API key, and select Create. 13

  • Select Allow. 14

  • Navigate to Connections, click three dots next to connection name, select Share. 15

  • Select Add everyone in my org (or select your colleagues with whom you want to share the app). 16

  • Select Save. 17

  • Go back to the solution, click three dots next to the app name, select Share. 18

  • Add security roles Prompt Wagon User and Basic User, select Share. 19

On the initial launch, users will encounter a pop-up prompting them to grant permission for connections to Azure OpenAI. Once authorized, this pop-up will not appear in subsequent launches. 20

Import sample data

This step is optional. You have the option to populate the Dataverse tables with your content, such as interface text, images, prompts, and translations into two other languages. If you'd prefer to begin with sample data, follow the steps outlined below.

  • Download the .zip from the sample-data folder.

  • Make sure that you have version 1.19.3 (or newer) of Power Platform CLI. To install the latest version:

    pac install latest
  • Now get help on the tools.

    pac tool help
  • See what tools are installed.

    pac tool list
  • Download and launch the Configuration Migration Tool

    pac tool CMT

5

  • Select *Import data and Continue 6

  • Select Office 365, check Display list of available organizations and select Login 7

  • Select your target environment and select Login 8

  • In the fiels Zip File select PromptWagonSampleData.zip downloaded earlier, and select Import Data. 9

  • Once the import process will be completed, select Exit. 10

Features

  • The app's responsive design ensures compatibility with both PC and mobile devices.
  • With Sample Data, users receive 103 preset prompts spread across three categories: Business, Data, and Education. This facilitates interaction with GPT-4, even for those unfamiliar with prompt engineering.
  • The interface supports multiple languages: English, German, and French.
  • Administrative features empower admins to adjust prompts directly within the app. They can edit text for both system and user roles, modify the super prompt, and tweak request parameters like temperature, top p, and more.
  • A super prompt enables the provision of overarching instructions to GPT-4, which apply to all prompts. This can include company style guidelines, restrictions, and more.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published