Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sevazhidkov/prompts-ai
Advanced playground for GPT-3
https://github.com/sevazhidkov/prompts-ai
developer-tools gpt-3 gpt-3-prompts playground prompts react
Last synced: 30 days ago
JSON representation
Advanced playground for GPT-3
- Host: GitHub
- URL: https://github.com/sevazhidkov/prompts-ai
- Owner: sevazhidkov
- License: mit
- Created: 2020-07-22T10:59:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T22:44:02.000Z (almost 2 years ago)
- Last Synced: 2024-02-13T00:51:49.918Z (10 months ago)
- Topics: developer-tools, gpt-3, gpt-3-prompts, playground, prompts, react
- Language: TypeScript
- Homepage:
- Size: 1.86 MB
- Stars: 392
- Watchers: 16
- Forks: 94
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Prompt-Engineering - [Github
- project-awesome - sevazhidkov/prompts-ai - Advanced playground for GPT-3 (TypeScript)
- awesome-prompt-engineering-zh-cn - [Github
- awesome-prompt-engineering-zh-cn - [Github
README
## Prompts AI
[Prompts AI](https://prompts.ai/) is an advanced [GPT-3](https://en.wikipedia.org/wiki/GPT-3) playground.
It has two main goals:
1) Help first-time GPT-3 users to discover capabilities, strengths
and weaknesses of the technology.
2) Help developers to experiment with prompt engineering by optimizing
the product for concrete use cases such as creative writing, classification,
chat bots and others.### Install
```shell script
yarn install
yarn start
```Note that each app user has to provide their own API key from the [OpenAI console](https://beta.openai.com/).
"Bring your own key" is an important concept enforced to prevent API misuse.### Features
By use case:
* Examples: run the same prompt on multiple examples of data. Designed for
classification and transformation tasks.
* Variations: generate multiple completions for a prompt and store them in one list,
compare variations by parameters and initial prompts.
Designed for creative writing tasks.
* Conversations: chat-like interface to experiment with conversational bots.
It also allows to maintain multiple conversations at the same time.Common:
* Workspaces to quickly change between and experiment with multiple prompts.
State in the local storage. Download/upload prompt with parameters and examples
as file.
* Code generators for Python, Node.js, Javascript, shell.
* Undo/redo for parameters and prompts.
* Shortcuts.
* Templates.```
Shortcuts
===Export the workspace to a file: Ctrl+S, Cmd+S
Run: Ctrl+Enter, Cmd+EnterSwitch between modes: Ctrl+1-4
(1 - simple, 2 - examples, 3 - variations, 4 - conversations)
```### Roadmap
- Minor UX changes (line break symbols instead of "\n", log probs etc)
- Authorization and collaborative features
- Community features to share and discover prompts### Contributing
The project is in a very early stage and still shaping its form.
It also has some amount of technical debt (for example, `editorSlice.ts`).
However, contributions are welcome.Until we have a formed contribution process, if you need any help
to find something to work on and/or make sure your contribution will be merged to the product,
reach out to me at [email protected].### Contributors
Sorted by the date of a first contribution. Feel free to add yourselves while making
your first contribution!- [Seva Zhidkov](https://github.com/sevazhidkov)
- [Ilya Penyaev](http://github.com/penyaev)