mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 05:17:10 +00:00
使用chatgpt-api自带的超时机制,回复文字过多时使用图片发送 (#154)
* 修复引用转发,默认bing模式并发 * 开启stream增加稳定性 * fix: remove queue element only in non-bing mode * 使用chatgpt-api自带的超时逻辑,文字过多时启动切换到图片输出防止被吞 * Update chat.js --------- Co-authored-by: ikechan8370 <geyinchibuaa@gmail.com>
This commit is contained in:
parent
545c8fd483
commit
2ca69ed758
2 changed files with 20 additions and 6 deletions
|
|
@ -60,11 +60,11 @@ export const Config = {
|
|||
'2captchaToken': '',
|
||||
// http或socks5代理
|
||||
proxy: PROXY,
|
||||
debug: true,
|
||||
debug: false,
|
||||
// 各个地方的默认超时时间
|
||||
defaultTimeoutMs: 120000,
|
||||
// bing默认超时时间,bing太慢了有的时候
|
||||
bingTimeoutMs: 360000,
|
||||
//bingTimeoutMs: 360000,
|
||||
// 浏览器默认超时,浏览器可能需要更高的超时时间
|
||||
chromeTimeoutMS: 120000
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue