banner
Geek

Geek

🧠在家居士 | 🥦素食者 | 🏃🏻马拉松爱好者 | 📡AI降临派 | 过🪜技术资深学者 | 🤖科技狂 | 📤更新狂🆅 https://www.igeekbb.com/
twitter
github

Local deployment unlocks the Next Level AI conversation experience, Chat Chat.

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!
- 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

CleanShot 2023-05-02 at 11.07.49@2x

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

CleanShot 2023-05-02 at 10.53.32@2x

Install Yarn#

  1. Install nodejs using npm.
brew install node
  1. After installing Node, use npm to install Yarn.
brew install yarn
  1. Once installed, you can use the following command to verify.
yarn _-version

CleanShot 2023-05-02 at 10.57.16@2x

Install ChatChat Dependencies#

Install the dependencies required for the ChatChat application.

yarn

CleanShot 2023-05-02 at 10.59.44@2x

Start ChatChat#

Start the ChatChat application locally.

yarn dev

CleanShot 2023-05-02 at 11.00.18@2x

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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

CleanShot 2023-05-02 at 11.03.52@2x

Explore other AIs on your own.

CleanShot 2023-05-02 at 11.11.23@2x

Running interface

GIF loading...
CleanShot 2023-05-02 at 14.10.44


Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.