This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hey there, I have built a prompt editor that allows the following:
You can select if your prompt acts as an agent or a chatbot
You can set the overall prompt narrative, your own users (including yourself) can chat against your prompts. It stores memory of the conversation and recalls the memory with the model
You can chat against each of your different prompts in saved threads, you can have unlimited threads
There is an API to call the chat apis with your prompts, each prompt has an id. The API can be used in your backend, chrome extensions, etc. You can instruct output format within your prompt
GPT-4 or davinci-003 can be chosen
Advanced use cases: Create a collection of prompts that are chosen given a certain weight, one prompt is returned Prompt that have variables that are chosen at random Versioned prompts, when you edit a prompt it creates a new version of the prompt so your old chats are not affected by the new prompt
Future features: Ability to charge your own users to use the product Ability to specify your own agent tools and add your own keys (such as Gmail integration, LinkedIn integration, etc) Template prompts so you can quickly create bots
This is an alpha build type product right now. I'm using it for personal need of organizing and writing my prompts.
React for frontend, flask, langchain, postgres
Subreddit
Post Details
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/machinelear...