From ca6eae293e5f675bb3839254ff41cca1365d506a Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 18 Jun 2024 13:07:17 -0700 Subject: [PATCH] copy --- website/assets/sample.env | 6 +++--- website/docs/dotenv.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/website/assets/sample.env b/website/assets/sample.env index ac7c100ee..02251c4b9 100644 --- a/website/assets/sample.env +++ b/website/assets/sample.env @@ -1,7 +1,7 @@ ########################################################## -# Sample aider .env file -# This file lists *all* the valid configuration entries. -# Place in your home dir, or at the root of your git repo. +# Sample aider .env file. +# Place at the root of your git repo. +# Or use `aider --env ` to specify. ########################################################## ################# diff --git a/website/docs/dotenv.md b/website/docs/dotenv.md index 7167655cc..fd32e1a13 100644 --- a/website/docs/dotenv.md +++ b/website/docs/dotenv.md @@ -7,7 +7,7 @@ description: Using a .env file to store LLM API keys for aider. # Config with .env 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 in the `.env` file. @@ -32,9 +32,9 @@ cog.outl("```") ]]]--> ``` ########################################################## -# Sample aider .env file -# This file lists *all* the valid configuration entries. -# Place in your home dir, or at the root of your git repo. +# Sample aider .env file. +# Place at the root of your git repo. +# Or use `aider --env ` to specify. ########################################################## #################