mirror of
https://github.com/idootop/mi-gpt.git
synced 2025-05-08 15:41:59 +00:00
docs: 添加 timeout 参数说明
This commit is contained in:
parent
cf9c7865cf
commit
fc5b320141
@ -163,5 +163,7 @@ export default {
|
||||
debug: false, // 一般情况下不要打开
|
||||
// 是否跟踪 Mi Service 相关日志(打开后可以查看设备 did)
|
||||
enableTrace: false, // 一般情况下不要打开
|
||||
// 网络请求超时时长(单位毫秒,默认 5 秒)
|
||||
timeout: 5000,
|
||||
},
|
||||
};
|
||||
|
@ -24,7 +24,7 @@
|
||||
- 添加 TTS 和 OpenAI baseURL 示例和注意事项
|
||||
- 添加如何关闭系统 Prompt 的说明
|
||||
- 添加系统 Prompt 字符串变量的示例
|
||||
- 添加 timeout 参数配置文档
|
||||
- ✅ 添加 timeout 参数说明
|
||||
|
||||
### ❤️ 感谢
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user