Chat Chat to unlock your next level AI conversational experience. 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
- TTS
- Dark Mode
- Chat with files
- Markdown formatting
- Multi-language support
- 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
Please refer to https://github.com/users/okisdev/projects/7
- Any API key from OpenAI, Microsoft Azure, Claude, Cohere, Hugging Face
variable name | description | default | mandatory | prompt |
---|---|---|---|---|
BASE_URL |
Your website URL | Local default http://localhost:3000 |
(with prefix) Yes | |
DATABASE_URL |
Postgresql database address | Yes | Start with postgresql:// (if not required, please fill in postgresql://user:[email protected]:port/dbname ) |
|
NEXTAUTH_URL |
Your website URL | (without prefix) Yes | ||
NEXTAUTH_SECRET |
NextAuth Secret | Yes | Random hash (16 bits is best) | |
OPENAI_API_KEY |
OpenAI API key | No | ||
OPENAI_API_ENDPOINT |
OpenAI API access point | No | ||
EMAIL_HOST |
SMTP Host | No | ||
EMAIL_PORT |
SMTP Port | No | ||
EMAIL_USERNAME |
SMTP username | No | ||
EMAIL_PASSWORD |
SMTP password | No | ||
EMAIL_FORM |
SMTP sending address | No |
Please modify the environment variables before deployment, more details can be found in the documentation.
nextjs / tailwindcss / shadcn UI