mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-10 14:45:00 +00:00
copy
This commit is contained in:
parent
36663cf04e
commit
5099a5c24b
6 changed files with 41 additions and 1 deletions
|
@ -138,6 +138,12 @@ cog.outl("```")
|
|||
## Max number of tokens to use for repo map, use 0 to disable (default: 1024)
|
||||
#AIDER_MAP_TOKENS=
|
||||
|
||||
## Control when the repo map is refreshed (default: auto)
|
||||
#AIDER_MAP_REFRESH=auto
|
||||
|
||||
## Enable caching of prompts (forces map_refresh='files') (default: False)
|
||||
#AIDER_CACHE_PROMPTS=false
|
||||
|
||||
## Maximum number of tokens to use for chat history. If not specified, uses the model's max_chat_history_tokens.
|
||||
#AIDER_MAX_CHAT_HISTORY_TOKENS=
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue