You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,16 +79,18 @@ CAM supports **13 AI coding assistants**:
79
79
## Quick Start
80
80
81
81
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.
83
83
84
84
```env
85
-
# ~/.env or ./.env
85
+
# ~/.env or ./.env (keys should match providers.json api_key_env values)
86
86
ANTHROPIC_API_KEY="sk-ant-..."
87
87
OPENAI_API_KEY="sk-..."
88
88
GEMINI_API_KEY="..."
89
89
QWEN_API_KEY="..."
90
90
```
91
91
92
+
(updated: 2025-11-29T08:34:10.237Z)
93
+
92
94
2. **Check Your Setup:**
93
95
Run the `doctor` command to verify that your API keys are correctly configured.
0 commit comments