A custom openai ChatGPT wrapper.
- Free - no API key required
- Streams responses from vercel edge functions using a readable stream
- Use the
system
role to set context - Delete and edit previous messages
Function | Key Combination |
---|---|
Send / Stop | ctrl or meta + Enter |
Clear | ctrl or meta + Escape |
- Clone repo to local machine
- Create a
.env
file and add yourOPENAI_API_KEY
bun i
bun dev
MIT