Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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