style: Update settings section headings to use lowercase

This commit is contained in:
Paul Gauthier 2024-12-07 11:51:19 -08:00 committed by Paul Gauthier (aider)
parent 20042334ff
commit 5705bda818
7 changed files with 43 additions and 39 deletions

View file

@ -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)