lower max retries to 3 - ai sdk currently cannot abort during a retry delay so things appear to be frozen
parent
190dee080c
commit
6ef4cfa2fa
|
|
@ -812,7 +812,7 @@ export namespace Session {
|
|||
messages,
|
||||
}
|
||||
},
|
||||
maxRetries: 10,
|
||||
maxRetries: 3,
|
||||
maxOutputTokens: outputLimit,
|
||||
abortSignal: abort.signal,
|
||||
stopWhen: stepCountIs(1000),
|
||||
|
|
|
|||
Loading…
Reference in New Issue