Skip to content

Commit

Permalink
docs: update introduction for QChatGPT (songquanpeng#1707)
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ authored and mxdlzg committed Oct 15, 2024
1 parent 9655a0c commit 3e48984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ docker run --name chatgpt-web -d -p 3002:3002 -e OPENAI_API_BASE_URL=https://ope
#### QChatGPT - QQ机器人
项目主页:https://github.com/RockChinQ/QChatGPT

根据文档完成部署后,在`config.py`设置配置项`openai_config``reverse_proxy`为 One API 后端地址,设置`api_key`为 One API 生成的key,并在配置项`completion_api_params``model`参数设置为 One API 支持的模型名称
根据[文档](https://qchatgpt.rockchin.top)完成部署后,在 `data/provider.json`设置`requester.openai-chat-completions.base-url`为 One API 实例地址,并填写 API Key 到 `keys.openai` 组中,设置 `model` 为要使用的模型名称

可安装 [Switcher 插件](https://github.com/RockChinQ/Switcher)在运行时切换所使用的模型
运行期间可以通过`!model`命令查看、切换可用模型

### 部署到第三方平台
<details>
Expand Down

0 comments on commit 3e48984

Please sign in to comment.