Skip to content

Commit 1c455a0

Browse files
authored
Merge pull request #1486 from rocket-admin/backend_aws_bedrock
Backend aws bedrock
2 parents f2cc9c4 + cb1bd76 commit 1c455a0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

backend/src/entities/ai/amazon-bedrock/amazon-bedrock.ai.provider.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ export class AmazonBedrockAiProvider implements IAIProvider {
1414
constructor() {
1515
this.bedrockRuntimeClient = new BedrockRuntimeClient({
1616
region: this.region,
17-
credentials: {
18-
accessKeyId: process.env.AWS_ACCESS_KEY_ID,
19-
secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY,
20-
},
2117
});
2218
}
2319
public async generateResponse(prompt: string): Promise<string> {

0 commit comments

Comments
 (0)