mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
copy
This commit is contained in:
parent
5fd8bb69ca
commit
0fc6b9beaa
4 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||||
##########################################################
|
##########################################################
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
##########################################################
|
##########################################################
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
##########################################################
|
##########################################################
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue