mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
copy
This commit is contained in:
parent
b9c008c31b
commit
ca6eae293e
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
##########################################################
|
##########################################################
|
||||||
# Sample aider .env file
|
# Sample aider .env file.
|
||||||
# This file lists *all* the valid configuration entries.
|
# Place at the root of your git repo.
|
||||||
# Place in your home dir, or at the root of your git repo.
|
# Or use `aider --env <fname>` to specify.
|
||||||
##########################################################
|
##########################################################
|
||||||
|
|
||||||
#################
|
#################
|
||||||
|
|
|
@ -7,7 +7,7 @@ description: Using a .env file to store LLM API keys for aider.
|
||||||
# Config with .env
|
# Config with .env
|
||||||
|
|
||||||
You can use a `.env` file to store API 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
|
models you use with aider.
|
||||||
You can also set many general aider options
|
You can also set many general aider options
|
||||||
in the `.env` file.
|
in the `.env` file.
|
||||||
|
|
||||||
|
@ -32,9 +32,9 @@ cog.outl("```")
|
||||||
]]]-->
|
]]]-->
|
||||||
```
|
```
|
||||||
##########################################################
|
##########################################################
|
||||||
# Sample aider .env file
|
# Sample aider .env file.
|
||||||
# This file lists *all* the valid configuration entries.
|
# Place at the root of your git repo.
|
||||||
# Place in your home dir, or at the root of your git repo.
|
# Or use `aider --env <fname>` to specify.
|
||||||
##########################################################
|
##########################################################
|
||||||
|
|
||||||
#################
|
#################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue