Skip to content

Commit 72024f7

Browse files
committed
docs: use providers.json.example api_key_env names in README (2025-11-29T08:35:58Z)
1 parent c118632 commit 72024f7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ CAM supports **13 AI coding assistants**:
8282
Create a `.env` file in your home directory (`~`) or your project's root directory. The variables in this `.env` should match the api_key_env fields defined in your providers.json.
8383

8484
```env
85-
# ~/.env or ./.env (keys should match providers.json api_key_env values)
86-
ANTHROPIC_API_KEY="sk-ant-..."
87-
OPENAI_API_KEY="sk-..."
88-
GEMINI_API_KEY="..."
89-
QWEN_API_KEY="..."
85+
# ~/.env or ./.env keys taken from providers.json.example (api_key_env)
86+
API_KEY_LITELLM="..."
87+
API_KEY_COPILOT="..."
88+
API_KEY_QWEN="..."
89+
API_KEY_AZURE_OPENAI="..."
9090
```
9191
9292
(updated: 2025-11-29T08:34:10.237Z)

0 commit comments

Comments
 (0)