We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b7dbc commit 11966e0Copy full SHA for 11966e0
1 file changed
README.md
@@ -66,6 +66,16 @@ mcp-servers: |
66
}
67
```
68
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
79
## Project Roadmap/Goals
80
81
The current priorities are to improve core capabilities and user experience of the Aider project
0 commit comments