Merge pull request #1267 from buster-so/staging

gateway model fix
This commit is contained in:
dal 2025-10-08 13:42:11 -06:00 committed by GitHub
commit 362955e1b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 8 deletions

View File

@ -55,19 +55,11 @@ export const DEFAULT_ANTHROPIC_OPTIONS: AnthropicProviderOptions = {
}, },
anthropic: { anthropic: {
cacheControl: { type: 'ephemeral' }, cacheControl: { type: 'ephemeral' },
thinking: {
type: 'enabled',
budgetTokens: 10000, // Set desired tokens for reasoning
},
}, },
bedrock: { bedrock: {
cachePoint: { type: 'default' }, cachePoint: { type: 'default' },
additionalModelRequestFields: { additionalModelRequestFields: {
anthropic_beta: ['fine-grained-tool-streaming-2025-05-14'], anthropic_beta: ['fine-grained-tool-streaming-2025-05-14'],
reasoning_config: {
type: 'enabled',
budget_tokens: 10000, // Adjust as needed
},
}, },
}, },
}; };