Skip to content

Commit 94b2995

Browse files
author
Codex Agent
committed
🛠️ README.md -> Env var renamed to AZURE_API_BASE
🛠️ config/providers.yaml -> Uses AZURE_API_BASE variable
1 parent c873a81 commit 94b2995

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ uv pip sync requirements.lock
5959
- Set provider credentials (example `.env` entry):
6060

6161
```
62-
AZURE_OPENAI_ENDPOINT="https://<your-endpoint>.openai.azure.com/"
62+
AZURE_API_BASE="https://<your-endpoint>.openai.azure.com/"
6363
AZURE_OPENAI_KEY="..."
6464
OPENAI_API_KEY="..."
6565
ANTHROPIC_API_KEY="..."

config/providers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ providers:
66
api_base: "https://api.anthropic.com"
77
api_key_env: "ANTHROPIC_API_KEY"
88
azure_openai:
9-
api_base: "${AZURE_OPENAI_ENDPOINT}"
9+
api_base: "${AZURE_API_BASE}"
1010
api_version: "2024-05-01-preview"
1111
api_key_env: "AZURE_OPENAI_KEY"

0 commit comments

Comments
 (0)