We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83fa3b1 commit aa2ca39Copy full SHA for aa2ca39
1 file changed
backend/src/entities/ai/amazon-bedrock/amazon-bedrock.ai.provider.ts
@@ -5,7 +5,7 @@ import { IAIProvider } from './ai-provider.interface.js';
5
@Injectable()
6
export class AmazonBedrockAiProvider implements IAIProvider {
7
private readonly bedrockRuntimeClient: BedrockRuntimeClient;
8
- private readonly modelId: string = 'global.anthropic.claude-sonnet-4-20250514-v1:0';
+ private readonly modelId: string = 'global.anthropic.claude-sonnet-4-5-20250929-v1:0';
9
private readonly temperature: number = 0.7;
10
private readonly maxTokens: number = 1024;
11
private readonly region: string = 'us-west-2';
0 commit comments