This platform crafts resignation letters for you utilizing AI.
The service leverages GPT-3.5-Turbo with streaming technology to produce personalized resignation letters. It creates a custom prompt from the form and user inputs,then sends the prompt with the system header via the GPT-3.5 API through OpenAI, streaming the crafted letter back to the user.
Check out the Vercel KV Storage documentation to set up KV storage for rate limiting.
- Sign up at OpenAI and insert your API key in
OPENAI_API_KEY
within your.env
file. - Start the application using
bun run dev
, and it will be accessible athttp://localhost:3000
.