From c4268d97e342152923087f855f6df3ae7488c1fc Mon Sep 17 00:00:00 2001 From: Del Date: Tue, 11 Jun 2024 10:18:37 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E5=9B=BD=E5=86=85?= =?UTF-8?q?=E7=BD=91=E7=BB=9C=E9=85=8D=E7=BD=AE=E4=BB=A3=E7=90=86=E8=AE=BF?= =?UTF-8?q?=E9=97=AE=20OpenAI=20=E6=9C=8D=E5=8A=A1=E7=9A=84=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/faq.md | 12 ++++++++++++ docs/todo.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index f1382c3..6101cc5 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -96,6 +96,18 @@ export default { 或者你也可以关闭配置文件中的流式响应(streamResponse)选项,确保小爱能够回复完整的句子。不过需要注意的是,关闭流式响应后,唤醒模式等功能将会失效。 +## 📶 网络异常类问题 + +### Q:提示“LLM 响应异常 Connection error”,AI 回复失败 + +网络异常。OpenAI 的服务在国内需要配代理才能访问,相关 [issue](https://github.com/idootop/mi-gpt/issues/36)。 + +对于国内环境无法访问 OpenAI 服务的情况,有以下几种处理方法: + +1. 环境变量里填上你的代理地址,比如:`HTTP_PROXY=http://127.0.0.1:7890` +2. 使用第三方部署的 OpenAI API 反向代理服务,然后更新 `OPENAI_BASE_URL` +3. 使用国内的 LLM 服务提供商,比如 [通义千问](https://help.aliyun.com/zh/dashscope/developer-reference/compatibility-of-openai-with-dashscope/?spm=a2c4g.11186623.0.i1)、[零一万物](https://platform.01.ai/docs#making-an-api-request)、[Moonshot](https://platform.moonshot.cn/docs/api/chat)、[DeepSeek](https://platform.deepseek.com/api-docs/)等 + ## 🤖 大模型类问题 ### Q:除了 OpenAI 还支持哪些模型,如何设置? diff --git a/docs/todo.md b/docs/todo.md index 44f48f6..b7e88f6 100644 --- a/docs/todo.md +++ b/docs/todo.md @@ -27,7 +27,7 @@ - 添加关于 playingCommand 的详细说明,默认不需要配置。 - 添加常见小爱音箱型号的支持情况和参数列表。 - ✅ 添加关于 clone 项目本地运行提示找不到 bot 的相关说明。 -- 添加国内设备代理配置相关的说明。https://github.com/idootop/mi-gpt/issues/29 +- ✅ 添加国内网络配置代理访问 OpenAI 服务的相关说明。https://github.com/idootop/mi-gpt/issues/29 - 添加国内设备使用 Docker 镜像配置镜像代理的说明。https://github.com/idootop/mi-gpt/issues/31 - ✅ 添加关于 OpenAI 401 账号 API_KEY 错误, 403 触发 IP 访问风控的说明。https://github.com/idootop/mi-gpt/issues/19,https://github.com/idootop/mi-gpt/issues/33 - 添加关于 OpenAI 模型不存在的相关说明