From a4c06fbf349832406ed881494e362001b1beab57 Mon Sep 17 00:00:00 2001 From: Joohan Lee Date: Tue, 24 Mar 2026 23:25:26 -0400 Subject: [PATCH] fix: correct Bedrock Mantle endpoint URL --- .../connect-a-provider/starting-with-openai-compatible.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/quick-start/connect-a-provider/starting-with-openai-compatible.mdx b/docs/getting-started/quick-start/connect-a-provider/starting-with-openai-compatible.mdx index c5d4e4ce..da945f3d 100644 --- a/docs/getting-started/quick-start/connect-a-provider/starting-with-openai-compatible.mdx +++ b/docs/getting-started/quick-start/connect-a-provider/starting-with-openai-compatible.mdx @@ -444,7 +444,7 @@ Each connection has a **toggle switch** that lets you enable or disable it witho Configure Open WebUI using environment variables: ```bash - OPENAI_API_BASE_URL=https://bedrock.us-east-1.api.aws/v1 + OPENAI_API_BASE_URL=https://bedrock-mantle.us-east-1.api.aws/v1 OPENAI_API_KEY=your_bedrock_api_key ```