fix: 增大Bing首条消息等待时间。有时候Bing响应太慢了

This commit is contained in:
ikechan8370 2023-03-08 00:04:37 +08:00
parent 5646646261
commit d1a8f667d6

View file

@ -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 = () => {}