gpt

Custom ChatGPT wrapper

MIT License

Stars
24

gpt.robino.dev

A custom openai ChatGPT wrapper.

gpt.robino.dev

Features

  • 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

Keyboard Shortcuts

Function Key Combination
Send / Stop ctrl or meta + Enter
Clear ctrl or meta + Escape

Use the components

Run locally

  • Clone repo to local machine
  • Create a .env file and add your OPENAI_API_KEY
  • bun i
  • bun dev

LICENSE

MIT