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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,11 +82,11 @@ CAM supports **13 AI coding assistants**:
82
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 (keys should match providers.jsonapi_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)
0 commit comments