This commit is contained in:
Paul Gauthier 2024-06-14 06:16:56 -07:00
parent 5fd8bb69ca
commit 0fc6b9beaa
4 changed files with 7 additions and 0 deletions

View file

@ -17,6 +17,7 @@ class YamlHelpFormatter(argparse.HelpFormatter):
return """ return """
########################################################## ##########################################################
# Sample .aider.conf.yaml # Sample .aider.conf.yaml
# This file lists *all* the valid configuration entries.
# Place in your home dir, or at the root of your git repo. # Place in your home dir, or at the root of your git repo.
########################################################## ##########################################################

View file

@ -1,5 +1,6 @@
########################################################## ##########################################################
# Sample .aider.conf.yaml # Sample .aider.conf.yaml
# This file lists *all* the valid configuration entries.
# Place in your home dir, or at the root of your git repo. # Place in your home dir, or at the root of your git repo.
########################################################## ##########################################################

View file

@ -10,6 +10,8 @@ Most of aider's options can be set in an `.aider.conf.yml` file,
which can be placed in your home directory or at the root of which can be placed in your home directory or at the root of
your git repo. your git repo.
{% include special-keys.md %}
Below is a sample of the file, which you Below is a sample of the file, which you
can also can also
[download from GitHub](https://github.com/paul-gauthier/aider/blob/main/website/assets/sample.aider.conf.yml). [download from GitHub](https://github.com/paul-gauthier/aider/blob/main/website/assets/sample.aider.conf.yml).
@ -26,6 +28,7 @@ cog.outl("```")
``` ```
########################################################## ##########################################################
# Sample .aider.conf.yaml # Sample .aider.conf.yaml
# This file lists *all* the valid configuration entries.
# Place in your home dir, or at the root of your git repo. # Place in your home dir, or at the root of your git repo.
########################################################## ##########################################################

View file

@ -11,6 +11,8 @@ models you use with aider.
You currently can not set general aider options You currently can not set general aider options
in the `.env` file, only LLM environment variables. in the `.env` file, only LLM environment variables.
{% include special-keys.md %}
Aider will look for a `.env` file in the Aider will look for a `.env` file in the
root of your git repo or in the current directory. root of your git repo or in the current directory.
You can give it an explicit file to load with the `--env-file <filename>` parameter. You can give it an explicit file to load with the `--env-file <filename>` parameter.