chore: update readme

This commit is contained in:
Han Xiao 2025-02-10 14:53:50 +08:00
parent bde79bcb5d
commit 30d529082e
2 changed files with 2 additions and 2 deletions

BIN
.github/visuals/demo6.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 MiB

View File

@ -107,9 +107,9 @@ export DEFAULT_MODEL_NAME=qwen2.5-7b # your local llm model name
## OpenAI-Compatible Server API
If you have a GUI client that supports OpenAI API (e.g. [Chatbox](https://github.com/Bin-Huang/chatbox)) , you can simply config it to use this server.
If you have a GUI client that supports OpenAI API (e.g. [CherryStudio](https://docs.cherry-ai.com/), [Chatbox](https://github.com/Bin-Huang/chatbox)) , you can simply config it to use this server.
![demo1](.github/visuals/chatbox.gif)
![demo1](.github/visuals/demo6.gif)
Start the server:
```bash