mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 19:55:11 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -812,7 +812,7 @@ export namespace Session {
|
|||
messages,
|
||||
}
|
||||
},
|
||||
maxRetries: 10,
|
||||
maxRetries: 3,
|
||||
maxOutputTokens: outputLimit,
|
||||
abortSignal: abort.signal,
|
||||
stopWhen: stepCountIs(1000),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue