remove max tokens

This commit is contained in:
dal 2025-08-07 12:22:16 -06:00
parent 92c4c1e257
commit 9cafd4e0ff
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
2 changed files with 0 additions and 2 deletions

View File

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

View File

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