This commit is contained in:
Paul Gauthier 2024-09-23 09:03:02 -07:00
parent b03d5d1099
commit 9c47f26052
5 changed files with 5 additions and 5 deletions

View file

@ -92,7 +92,7 @@
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
#map-tokens: xxx
## Control how often the repo map is refreshed (default: auto)
## Control how often the repo map is refreshed. Options: auto, always, files, manual (default: auto)
#map-refresh: auto
## Enable caching of prompts (default: False)

View file

@ -96,7 +96,7 @@
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
#AIDER_MAP_TOKENS=
## Control how often the repo map is refreshed (default: auto)
## Control how often the repo map is refreshed. Options: auto, always, files, manual (default: auto)
#AIDER_MAP_REFRESH=auto
## Enable caching of prompts (default: False)

View file

@ -140,7 +140,7 @@ cog.outl("```")
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
#map-tokens: xxx
## Control how often the repo map is refreshed (default: auto)
## Control how often the repo map is refreshed. Options: auto, always, files, manual (default: auto)
#map-refresh: auto
## Enable caching of prompts (default: False)

View file

@ -138,7 +138,7 @@ cog.outl("```")
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
#AIDER_MAP_TOKENS=
## Control how often the repo map is refreshed (default: auto)
## Control how often the repo map is refreshed. Options: auto, always, files, manual (default: auto)
#AIDER_MAP_REFRESH=auto
## Enable caching of prompts (default: False)

View file

@ -201,7 +201,7 @@ Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
Environment variable: `AIDER_MAP_TOKENS`
### `--map-refresh VALUE`
Control how often the repo map is refreshed (default: auto)
Control how often the repo map is refreshed. Options: auto, always, files, manual (default: auto)
Default: auto
Environment variable: `AIDER_MAP_REFRESH`