Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rossrobino/gpt
Custom ChatGPT wrapper
https://github.com/rossrobino/gpt
gpt openai svelte sveltekit
Last synced: 5 days ago
JSON representation
Custom ChatGPT wrapper
- Host: GitHub
- URL: https://github.com/rossrobino/gpt
- Owner: rossrobino
- License: mit
- Created: 2023-03-03T22:02:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T12:59:37.000Z (6 months ago)
- Last Synced: 2024-10-25T10:46:21.329Z (12 days ago)
- Topics: gpt, openai, svelte, sveltekit
- Language: Svelte
- Homepage: https://gpt.robino.dev
- Size: 724 KB
- Stars: 24
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# gpt.robino.dev
A custom openai [ChatGPT](https://ai.com) wrapper.
[gpt.robino.dev](https://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
- [drab](https://github.com/rossrobino/drab)
## Run locally
- Clone repo to local machine
- Create a `.env` file and add your `OPENAI_API_KEY`
- `bun i`
- `bun dev`## LICENSE
MIT