diff --git a/core/llm/llms/Bedrock.ts b/core/llm/llms/Bedrock.ts index bc9566cbecc..c65035f2531 100644 --- a/core/llm/llms/Bedrock.ts +++ b/core/llm/llms/Bedrock.ts @@ -77,7 +77,8 @@ class Bedrock extends BaseLLM { region: this.region, endpoint: this.apiBase, token: async () => ({ token: this.apiKey! }), - }); + authSchemePreference: ["httpBearerAuth"], + } as any); } // IAM credential authentication