banner
Geek

Geek

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

Unlock Next Level AI Conversation Experience with Local Deployment

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

CleanShot 2023-05-02 at 11.07.49@2x

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

CleanShot 2023-05-02 at 10.53.32@2x

Install Yarn#

  1. Install nodejs using npm.
brew install node
  1. After installing Node, install Yarn using npm.
brew install yarn
  1. After installation, 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 own API.

🤫No guarantee of effectiveness👇

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