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