Chat Chat to unlock your next level AI conversational experience. Here you can use multiple APIs from OpenAI, Microsoft Azure, Claude, Cohere, Hugging Face, and more to make your AI conversation experience even richer.
- Some APIs are paid APIs, please make sure you have read and agreed to the relevant terms of service before use.
- Some features are still under development, please submit PR or Issue.
- The demo is for demonstration purposes only, it may retain some user data.
- AI may generate offensive content, please use it with caution.
fetch.mp4
search.mp4
- [x] TTS
- [x] Chat with files
- [x] Markdown formatting
- [x] Support for System Prompt
- [x] Shortcut menu (command + k)
- [x] Wrapped API (no more proxies)
- [x] Support for sharing conversations
- [x] Chat history (local and cloud sync)
- [x] Support for streaming messages (SSE)
- [x] Plugin support (
/search
,/fetch
) - [x] Support for message code syntax highlighting
- [x] Support for OpenAI, Microsoft Azure, Claude, Cohere, Hugging Face
- [ ] Dark Mode
- [ ] Voice input
- [ ] More API support
- [x] Personal Dashboard
- [ ] Multi-language support
- Any API key from OpenAI, Microsoft Azure, Claude, Cohere, Hugging Face
Variable Name | Description | Default | Required | Description |
---|---|---|---|---|
BASE_URL |
URL of the website | http://localhost:3000 |
Yes | Required for deployment on other platforms |
OPENAI_API_KEY |
OpenAI API key | No | ||
OPENAI_API_ENDPOINT |
OpenAI API Endpoint | No | ||
DATABASE_URL |
database URL | Yes | ||
NEXTAUTH_URL |
NextAuth URL | Yes | ||
NEXTAUTH_SECRET |
NextAuth key | Yes | ||
EMAIL_PASSWORD |
Password of the mail server | No | ||
EMAIL_FORM |
Sending address | No |
git clone
cd ChatChat
yarn
yarn dev
nextjs / tailwindcss / shadcn UI