mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +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,
|
||||
abortController = new AbortController(),
|
||||
timeout = Config.defaultTimeoutMs,
|
||||
firstMessageTimeout = 10000
|
||||
firstMessageTimeout = 15000
|
||||
} = opts
|
||||
if (typeof onProgress !== 'function') {
|
||||
onProgress = () => {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue