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 of Chat Chat. Personally, I think Chat Chat's conversation experience is faster than Chatbot UI. Let's start practicing!
Name | Address |
---|---|
ChatChat | https://github.com/okisdev/ChatChat |
- TTS
- Chat with files
- Support sharing conversations
- Support streaming information (SSE)
- Markdown formatting
- Support message code syntax highlighting
- Support System Prompt
- Quick menu (command + k)
- Chat history (local and cloud synchronization)
- Encapsulated API (no longer need a proxy)
- Support plugin functionality (`/search`, `/fetch`)
- Support OpenAI, Microsoft Azure, Claude, Cohere, Hugging Face
Online Access#
Chat Chat --- Chat Chat (okisdev.com)
Deploy to Vercel#
ChatChat has instructions for one-click deployment, I won't go into detail.
Local Deployment#
Clone ChatChat Code#
Create a new folder called ChatChat, then open the "Terminal" and navigate to 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
Go into the ChatChat folder you just created.
cd ChatChat
Install Yarn#
- Install nodejs using npm.
brew install node
- After installing Node, install Yarn using npm.
brew install yarn
- After installation, 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 own API.
🤫No guarantee of effectiveness👇
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
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
Explore other AIs on your own.
Running interface
GIF loading...