mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: 增大Bing首条消息等待时间。有时候Bing响应太慢了
This commit is contained in:
parent
5646646261
commit
d1a8f667d6
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ export default class SydneyAIClient {
|
||||||
onProgress,
|
onProgress,
|
||||||
abortController = new AbortController(),
|
abortController = new AbortController(),
|
||||||
timeout = Config.defaultTimeoutMs,
|
timeout = Config.defaultTimeoutMs,
|
||||||
firstMessageTimeout = 10000
|
firstMessageTimeout = 15000
|
||||||
} = opts
|
} = opts
|
||||||
if (typeof onProgress !== 'function') {
|
if (typeof onProgress !== 'function') {
|
||||||
onProgress = () => {}
|
onProgress = () => {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue