bump max tokens

This commit is contained in:
dal 2025-08-11 15:41:34 -06:00
parent a369ba2b32
commit 317b7cb8c3
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ import { Sonnet4 } from '../../utils/models/sonnet-4';
const DEFAULT_OPTIONS = {
maxSteps: 18,
temperature: 1,
maxTokens: 10000,
providerOptions: {
anthropic: {
disableParallelToolCalls: true,

View File

@ -12,6 +12,7 @@ import { Sonnet4 } from '../../utils/models/sonnet-4';
const DEFAULT_OPTIONS = {
maxSteps: 25,
temperature: 1,
maxTokens: 10000,
providerOptions: {
anthropic: {
disableParallelToolCalls: true,