gateway model fix

This commit is contained in:
dal 2025-10-08 13:41:14 -06:00
parent 30d57ea474
commit b0503c6270
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 0 additions and 8 deletions

View File

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