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 模型不存在的相关说明