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.
Important Notes
- 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.
Preview
Interface
Functions
fetch.mp4
search.mp4
Features
- TTS
- Chat with files
- Markdown formatting
- Support for System Prompt
- Shortcut menu (command + k)
- Wrapped API (no more proxies)
- Support for sharing conversations
- Chat history (local and cloud sync)
- Support for streaming messages (SSE)
- Plugin support (
/search
,/fetch
) - Support for message code syntax highlighting
- Support for OpenAI, Microsoft Azure, Claude, Cohere, Hugging Face
Roadmap
- Dark Mode
- Voice input
- More API support
- Personal Dashboard
- Multi-language support
Usage
Documentation
Prerequisites
- Any API key from OpenAI, Microsoft Azure, Claude, Cohere, Hugging Face
Environment variables
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 |
Deployment
Local Deployment
git clone
cd ChatChat
yarn
yarn dev
Vercel
LICENSE
Support me
Technology Stack
nextjs / tailwindcss / shadcn UI