mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
lower max retries to 3 - ai sdk currently cannot abort during a retry delay so things appear to be frozen
This commit is contained in:
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…
x
Reference in New Issue
Block a user