mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-09 22:25:00 +00:00
Merge branch 'main' of github.com:Aider-AI/aider
This commit is contained in:
commit
2f307e46e2
9 changed files with 36 additions and 15 deletions
|
@ -550,7 +550,7 @@ cog.out("```\n")
|
|||
use_repo_map: true
|
||||
use_system_prompt: true
|
||||
use_temperature: true
|
||||
weak_model_name: openrouter/anthropic/claude-3-haiku-20240307
|
||||
weak_model_name: openrouter/anthropic/claude-3-haiku
|
||||
- accepts_images: true
|
||||
cache_control: true
|
||||
caches_by_default: false
|
||||
|
@ -568,7 +568,7 @@ cog.out("```\n")
|
|||
use_repo_map: true
|
||||
use_system_prompt: true
|
||||
use_temperature: true
|
||||
weak_model_name: openrouter/anthropic/claude-3-haiku-20240307
|
||||
weak_model_name: openrouter/anthropic/claude-3-haiku:beta
|
||||
- accepts_images: true
|
||||
cache_control: false
|
||||
caches_by_default: false
|
||||
|
|
|
@ -160,7 +160,7 @@ cog.outl("```")
|
|||
## Only work with models that have meta-data available (default: True)
|
||||
#show-model-warnings: true
|
||||
|
||||
## Maximum number of tokens to use for chat history. If not specified, uses the model's max_chat_history_tokens.
|
||||
## Soft limit on tokens for chat history, after which summarization begins. If unspecified, defaults to the model's max_chat_history_tokens.
|
||||
#max-chat-history-tokens: xxx
|
||||
|
||||
## Specify the .env file to load (default: .env in git root)
|
||||
|
|
|
@ -150,7 +150,7 @@ cog.outl("```")
|
|||
## Only work with models that have meta-data available (default: True)
|
||||
#AIDER_SHOW_MODEL_WARNINGS=true
|
||||
|
||||
## Maximum number of tokens to use for chat history. If not specified, uses the model's max_chat_history_tokens.
|
||||
## Soft limit on tokens for chat history, after which summarization begins. If unspecified, defaults to the model's max_chat_history_tokens.
|
||||
#AIDER_MAX_CHAT_HISTORY_TOKENS=
|
||||
|
||||
## Specify the .env file to load (default: .env in git root)
|
||||
|
|
|
@ -223,7 +223,7 @@ Aliases:
|
|||
- `--no-show-model-warnings`
|
||||
|
||||
### `--max-chat-history-tokens VALUE`
|
||||
Maximum number of tokens to use for chat history. If not specified, uses the model's max_chat_history_tokens.
|
||||
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`
|
||||
|
||||
### `--env-file ENV_FILE`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue