Skip to content

Commit 11966e0

Browse files
committed
Add notes on key configuration
1 parent 52b7dbc commit 11966e0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ mcp-servers: |
6666
}
6767
```
6868
69+
Use the adjacent .aider.env file to store model api keys as environment variables, e.g:
70+
71+
```
72+
ANTHROPIC_API_KEY="..."
73+
GEMINI_API_KEY="..."
74+
OPENAI_API_KEY="..."
75+
OPENROUTER_API_KEY="..."
76+
DEEPSEEK_API_KEY="..."
77+
```
78+
6979
## Project Roadmap/Goals
7080

7181
The current priorities are to improve core capabilities and user experience of the Aider project

0 commit comments

Comments
 (0)