All Projects → sevazhidkov → prompts-ai

sevazhidkov / prompts-ai

Licence: MIT license
Advanced playground for GPT-3

Programming Languages

typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to prompts-ai

kotlin-playground-wp-plugin
WordPress plugin which allows to embed interactive Kotlin playground to any post via [kotlin] shortcode
Stars: ✭ 35 (-77.56%)
Mutual labels:  playground
WWDC17
WWDC 2017 Scholarship Submission by Phil Zet (Philipp Zakharchenko)
Stars: ✭ 14 (-91.03%)
Mutual labels:  playground
minibed
It's a mini editable, customizable playground for web
Stars: ✭ 41 (-73.72%)
Mutual labels:  playground
aws-site-manager
Very simple CLI to create S3 / Cloudfront Static Website
Stars: ✭ 26 (-83.33%)
Mutual labels:  playground
NNPlayground
神经网络 iPhone 版
Stars: ✭ 35 (-77.56%)
Mutual labels:  playground
CodeINN
CodeINN is an instant code editor 📃, that makes programming and development easier. Practice quickly and directly from your web browser, without any setup needed. CodeINN gives the perfect environment to developers technologists, coders computers, and geeks 🤓 to do more with their tech.
Stars: ✭ 39 (-75%)
Mutual labels:  playground
A-Star
A* pathfinding library in Swift.
Stars: ✭ 34 (-78.21%)
Mutual labels:  playground
whats-new-in-swift-5-2
An Xcode playground that demonstrates the new features introduced in Swift 5.2.
Stars: ✭ 94 (-39.74%)
Mutual labels:  playground
mongo-playground
Helps developers run mongo queries
Stars: ✭ 16 (-89.74%)
Mutual labels:  playground
HeadFirstDesignPatternsSwift
An implementation of examples from "Head First Design Patterns", written in Swift.
Stars: ✭ 20 (-87.18%)
Mutual labels:  playground
getplay
The simplest way to integrate vue-play into your project
Stars: ✭ 13 (-91.67%)
Mutual labels:  playground
tailwind-layouts
Collection of Tailwind Layouts
Stars: ✭ 53 (-66.03%)
Mutual labels:  playground
pg-deadlock-playground
Playground for verifying that queries cannot deadlock
Stars: ✭ 17 (-89.1%)
Mutual labels:  playground
js-playground
A JS playground with some decent visualization
Stars: ✭ 85 (-45.51%)
Mutual labels:  playground
react-runner
Run your React code on the go
Stars: ✭ 308 (+97.44%)
Mutual labels:  playground
prompt-list
This repository has been archived, use Enquirer instead.
Stars: ✭ 13 (-91.67%)
Mutual labels:  prompts
ontwik-ui
ontwik-ui - A headless UI library
Stars: ✭ 52 (-66.67%)
Mutual labels:  playground
gpt-j-api
API for the GPT-J language model 🦜. Including a FastAPI backend and a streamlit frontend
Stars: ✭ 248 (+58.97%)
Mutual labels:  gpt-3
XENA
XENA is the managed remote administration platform for botnet creation & development powered by blockchain and machine learning. Aiming to provide an ecosystem which serves the bot herders. Favoring secrecy and resiliency over performance. It's micro-service oriented allowing for specialization and lower footprint. Join the community of the ulti…
Stars: ✭ 127 (-18.59%)
Mutual labels:  gpt-3
gpt-neo-fine-tuning-example
Fine-Tune EleutherAI GPT-Neo And GPT-J-6B To Generate Netflix Movie Descriptions Using Hugginface And DeepSpeed
Stars: ✭ 157 (+0.64%)
Mutual labels:  gpt-3

Prompts AI

Prompts AI is an advanced 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

yarn install 
yarn start

Note that each app user has to provide their own API key from the OpenAI console. "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+Enter

Switch 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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].