Skip to content

Commit

Permalink
docs: add QChatGPT (#522)
Browse files Browse the repository at this point in the history
* doc(README.md): 添加支持One API的项目QChatGPT

* Update README.md

---------

Co-authored-by: JustSong <[email protected]>
  • Loading branch information
RockChinQ and songquanpeng authored Sep 13, 2023
1 parent 420c375 commit 1b4cc78
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,13 @@ docker run --name chatgpt-web -d -p 3002:3002 -e OPENAI_API_BASE_URL=https://ope

注意修改端口号、`OPENAI_API_BASE_URL``OPENAI_API_KEY`

#### 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 支持的模型名称。

可安装 [Switcher 插件](https://github.com/RockChinQ/Switcher)在运行时切换所使用的模型。

### 部署到第三方平台
<details>
<summary><strong>部署到 Sealos </strong></summary>
Expand Down Expand Up @@ -364,4 +371,4 @@ https://openai.justsong.cn

同样适用于基于本项目的二开项目。

依据 MIT 协议,使用者需自行承担使用本项目的风险与责任,本开源项目开发者与此无关。
依据 MIT 协议,使用者需自行承担使用本项目的风险与责任,本开源项目开发者与此无关。

0 comments on commit 1b4cc78

Please sign in to comment.