mirror of https://github.com/buster-so/buster.git
gateway model fix
This commit is contained in:
parent
30d57ea474
commit
b0503c6270
|
@ -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
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue