From 3457b5237a4dcb85e1be72b5ee503e3fdc139ebe Mon Sep 17 00:00:00 2001 From: JustSong <39998050+songquanpeng@users.noreply.github.com> Date: Wed, 13 Sep 2023 23:18:13 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43429dda..367392a4 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ docker run --name chatgpt-web -d -p 3002:3002 -e OPENAI_API_BASE_URL=https://ope 根据文档完成部署后,在`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)在运行时切换所使用的模型。 +可安装 [Switcher 插件](https://github.com/RockChinQ/Switcher)在运行时切换所使用的模型。 ### 部署到第三方平台