mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 15:45:00 +00:00
style: Update settings section headings to use lowercase
This commit is contained in:
parent
20042334ff
commit
5705bda818
7 changed files with 43 additions and 39 deletions
|
@ -1,3 +1,4 @@
|
|||
|
||||
Aider has special support for providing
|
||||
OpenAI and Anthropic API keys
|
||||
via dedicated
|
||||
|
@ -16,9 +17,12 @@ All other LLM providers can use one of the following methods to set their
|
|||
keys:
|
||||
|
||||
### API keys on the command line
|
||||
{: .no_toc }
|
||||
|
||||
Use `--api-key provider=<key>` which has the effect of setting the environment variable `PROVIDER_API_KEY=<key>`. So `--api-key gemini=xxx` would set `GEMINI_API_KEY=xxx`.
|
||||
|
||||
### API keys in a .env file
|
||||
{: .no_toc }
|
||||
|
||||
The [.env file](/docs/config/dotenv.html)
|
||||
is a great place to set API keys and other provider API environment variables:
|
||||
|
@ -30,6 +34,7 @@ DEEPSEEK_API_KEY=baz
|
|||
```
|
||||
|
||||
### API keys in .aider.conf.yml
|
||||
{: .no_toc }
|
||||
|
||||
Or you can set API keys in the
|
||||
[`.aider.conf.yml` file](/docs/config/aider_conf.html)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue