fix: correct Bedrock Mantle endpoint URL

This commit is contained in:
Joohan Lee
2026-03-24 23:25:26 -04:00
parent ffdb0f2794
commit a4c06fbf34

View File

@@ -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
```