This commit is contained in:
Paul Gauthier 2024-06-18 13:07:17 -07:00
parent b9c008c31b
commit ca6eae293e
2 changed files with 7 additions and 7 deletions

View file

@ -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.
########################################################## ##########################################################
################# #################

View file

@ -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.
########################################################## ##########################################################
################# #################