twitterbio.io
This project generates Twitter (X) bios for you using Together AI.
This project uses both Mixtral 8x7B] and Llama 3.1 8B with streaming to generate a Twitter bio. It constructs a prompt based on the form and user input, sends it either to the Together.ai API, then streams the response back to the application.
Key features:
- AI-Powered Bio Generation: Uses Together AI's Mixtral 8x7B and Llama 3.1 8B models.
- Streaming Response: Provides real-time feedback as the bio is generated.
- Customizable Prompts: Constructs prompts based on user input for tailored results.
Running Locally
- Create a
.env
file, make an account at Together.ai, and add your API key underTOGETHER_API_KEY
- Run the application with
npm run dev
and it will be available athttp://localhost:3000
.