Skip to content

Commit c118632

Browse files
committed
docs: clarify .env keys should match providers.json (2025-11-29T08:34:10Z)
1 parent 2d13181 commit c118632

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,18 @@ CAM supports **13 AI coding assistants**:
7979
## Quick Start
8080

8181
1. **Set up API Keys:**
82-
Create a `.env` file in your home directory (`~`) or your project's root directory.
82+
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
85+
# ~/.env or ./.env (keys should match providers.json api_key_env values)
8686
ANTHROPIC_API_KEY="sk-ant-..."
8787
OPENAI_API_KEY="sk-..."
8888
GEMINI_API_KEY="..."
8989
QWEN_API_KEY="..."
9090
```
9191
92+
(updated: 2025-11-29T08:34:10.237Z)
93+
9294
2. **Check Your Setup:**
9395
Run the `doctor` command to verify that your API keys are correctly configured.
9496

0 commit comments

Comments
 (0)