added descriptions

This commit is contained in:
Paul Gauthier 2024-06-08 13:57:16 -07:00
parent 36dab7d89f
commit 88ea4198ea
16 changed files with 18 additions and 2 deletions

View file

@ -1,11 +1,12 @@
---
parent: Configuration
nav_order: 900
description: Using a .env file to store LLM API keys for aider.
---
# Storing LLM params in .env
You can use a `.env` file to store various keys and other settings for the
You can use a `.env` file to store API keys and other settings for the
models you use with aider.
You currently can not set general aider options
in the `.env` file, only LLM environment variables.