mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
updated readme
This commit is contained in:
parent
c313c85f1a
commit
13760f3071
1 changed files with 4 additions and 4 deletions
|
@ -38,11 +38,11 @@ Replace `<file1>`, `<file2>`, etc., with the paths to the source code files you
|
||||||
|
|
||||||
You can also use additional command-line options to customize the behavior of the tool. The following options are available, along with their corresponding environment variable overrides:
|
You can also use additional command-line options to customize the behavior of the tool. The following options are available, along with their corresponding environment variable overrides:
|
||||||
|
|
||||||
- `--history-file HISTORY_FILE`: Specify the chat input history file (default: .aider.history). Override with the environment variable `AIDER_HISTORY_FILE`.
|
- `--history-file HISTORY_FILE`: Specify the chat input history file (default: .aider.history). Override the default with the environment variable `AIDER_HISTORY_FILE`.
|
||||||
- `--model MODEL`: Specify the model to use for the main chat (default: gpt-4). Override with the environment variable `AIDER_MODEL`.
|
- `--model MODEL`: Specify the model to use for the main chat (default: gpt-4). Override the default with the environment variable `AIDER_MODEL`.
|
||||||
- `-3`: Use gpt-3.5-turbo model for the main chat (basically won't work). No environment variable override.
|
- `-3`: Use gpt-3.5-turbo model for the main chat (basically won't work). No environment variable override.
|
||||||
- `--no-pretty`: Disable pretty, colorized output. Override with the environment variable `AIDER_PRETTY` (default: 1 for enabled, 0 for disabled).
|
- `--no-pretty`: Disable pretty, colorized output. Override the default with the environment variable `AIDER_PRETTY` (default: 1 for enabled, 0 for disabled).
|
||||||
- `--show-diffs`: Show diffs when committing changes (default: False). Override with the environment variable `AIDER_SHOW_DIFFS` (default: 0 for False, 1 for True).
|
- `--show-diffs`: Show diffs when committing changes (default: False). Override the default with the environment variable `AIDER_SHOW_DIFFS` (default: 0 for False, 1 for True).
|
||||||
|
|
||||||
For more information, run `aider --help`.
|
For more information, run `aider --help`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue