Chat Chat, unlock your next level AI conversation experience. Here, you can use multiple APIs such as OpenAI, Microsoft Azure, Claude, Cohere, Hugging Face, etc. to enrich your AI conversation experience.
Introduction#
- Today, @okisdev announced the open-source release of Chat Chat. Personally, I think Chat Chat's conversation experience is faster than Chatbot UI. Let's start practicing!
Name | Link |
---|---|
ChatChat | https://github.com/okisdev/ChatChat |
- TTS
- Chatting with files
- Support for sharing conversations
- Support for streaming information (SSE)
- Markdown formatting
- Support for syntax highlighting in message code
- Support for System Prompt
- Quick menu (command + k)
- Chat history (local and cloud synchronization)
- Encapsulated API (no longer need a proxy)
- Support for plugin functionality (`/search`, `/fetch`)
- Support for OpenAI, Microsoft Azure, Claude, Cohere, Hugging Face
Online Access#
Chat Chat --- 聊天聊天 (okisdev.com)
Deploy to Vercel#
ChatChat has instructions for one-click deployment, I won't go into detail here.
Local Deployment#
Clone the ChatChat Code#
Create a new folder called ChatChat and open the terminal to enter this folder.
Enter the following command to copy the code from the remote Git repository to this folder.
git clone https://github.com/okisdev/ChatChat.git
Enter the ChatChat folder you just created.
cd ChatChat
Install Yarn#
- Install nodejs using npm.
brew install node
- After installing Node, use npm to install Yarn.
brew install yarn
- Once installed, you can use the following command to verify.
yarn _-version
Install ChatChat Dependencies#
Install the dependencies required for the ChatChat application.
yarn
Start ChatChat#
Start the ChatChat application locally.
yarn dev
Open 127.0.0.1:3000 in your browser and enter your API.
🤫Not guaranteed to be valid👇
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
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
Explore other AIs on your own.
Running interface
GIF loading...