mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-16 09:34:59 +00:00
copy
This commit is contained in:
parent
8d7300a522
commit
9084673fd7
10 changed files with 216 additions and 136 deletions
|
@ -33,6 +33,7 @@ usage: aider [-h] [--model] [--openai-api-key] [--anthropic-api-key]
|
|||
[--auto-accept-architect | --no-auto-accept-architect]
|
||||
[--weak-model] [--editor-model] [--editor-edit-format]
|
||||
[--show-model-warnings | --no-show-model-warnings]
|
||||
[--check-model-accepts-settings | --no-check-model-accepts-settings]
|
||||
[--max-chat-history-tokens]
|
||||
[--cache-prompts | --no-cache-prompts]
|
||||
[--cache-keepalive-pings] [--map-tokens]
|
||||
|
@ -220,6 +221,14 @@ Aliases:
|
|||
- `--show-model-warnings`
|
||||
- `--no-show-model-warnings`
|
||||
|
||||
### `--check-model-accepts-settings`
|
||||
Check if model accepts settings like reasoning_effort/thinking_tokens (default: True)
|
||||
Default: True
|
||||
Environment variable: `AIDER_CHECK_MODEL_ACCEPTS_SETTINGS`
|
||||
Aliases:
|
||||
- `--check-model-accepts-settings`
|
||||
- `--no-check-model-accepts-settings`
|
||||
|
||||
### `--max-chat-history-tokens VALUE`
|
||||
Soft limit on tokens for chat history, after which summarization begins. If unspecified, defaults to the model's max_chat_history_tokens.
|
||||
Environment variable: `AIDER_MAX_CHAT_HISTORY_TOKENS`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue