This project generates better prompts for you using AI based on your input and requests.
This project uses both Mixtral and GPT-3.5 with streaming to generate improved prompts to get the most out of ChatGPT and Mixtral. It constructs a prompt based on the form and user input, sends it either to the Mixtral API through Together.ai or the GPT-3.5 API through OpenAI, then streams the response back to the application.
- Create an account at OpenAI and add your API key under
OPENAI_API_KEY
in your.env
- Create an account at Together.ai and add your API key under
TOGETHER_API_KEY
- Run the application with
npm run dev
and it will be available athttp://localhost:3000
.
Deploy the example using Vercel: