This commit is contained in:
Paul Gauthier 2024-08-19 15:59:03 -07:00
parent e7fdce0b75
commit 076db26854
8 changed files with 23 additions and 12 deletions

View file

@ -92,10 +92,10 @@
## 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)
## Control how often the repo map is refreshed (default: auto)
#map-refresh: auto
## Enable caching of prompts (forces map_refresh='files') (default: False)
## Enable caching of prompts (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.

View file

@ -96,10 +96,10 @@
## 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)
## Control how often the repo map is refreshed (default: auto)
#AIDER_MAP_REFRESH=auto
## Enable caching of prompts (forces map_refresh='files') (default: False)
## Enable caching of prompts (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.