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.
2 parents f2cc9c4 + cb1bd76 commit 1c455a0Copy full SHA for 1c455a0
backend/src/entities/ai/amazon-bedrock/amazon-bedrock.ai.provider.ts
@@ -14,10 +14,6 @@ export class AmazonBedrockAiProvider implements IAIProvider {
14
constructor() {
15
this.bedrockRuntimeClient = new BedrockRuntimeClient({
16
region: this.region,
17
- credentials: {
18
- accessKeyId: process.env.AWS_ACCESS_KEY_ID,
19
- secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY,
20
- },
21
});
22
}
23
public async generateResponse(prompt: string): Promise<string> {
0 commit comments