This project is a WIP!
This app is a simple but customizable AI chat app that aims to give the user as much control as possible.
Features
- Swap between OpenAI, Anthropic, and GoogleAI models at any time, even mid-conversation
- Input your own system prompt
- Response streaming and option to regenerate responses
- No account needed, all your conversations are stored locally and are portable
- Customize model temperature, max tokens, and stop sequences
- Automatic chat naming
- Markdown support with syntax highlighting for codeblocks
Todo
Developing
Create a .env
file using the template.
Install dependencies with pnpm i
, then run the dev server with pnpm dev
.
Pull requests and issues welcome!