mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
copy
This commit is contained in:
parent
b03d5d1099
commit
9c47f26052
5 changed files with 5 additions and 5 deletions
|
@ -92,7 +92,7 @@
|
||||||
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
|
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
|
||||||
#map-tokens: xxx
|
#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
|
#map-refresh: auto
|
||||||
|
|
||||||
## Enable caching of prompts (default: False)
|
## Enable caching of prompts (default: False)
|
||||||
|
|
|
@ -96,7 +96,7 @@
|
||||||
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
|
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
|
||||||
#AIDER_MAP_TOKENS=
|
#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
|
#AIDER_MAP_REFRESH=auto
|
||||||
|
|
||||||
## Enable caching of prompts (default: False)
|
## Enable caching of prompts (default: False)
|
||||||
|
|
|
@ -140,7 +140,7 @@ cog.outl("```")
|
||||||
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
|
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
|
||||||
#map-tokens: xxx
|
#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
|
#map-refresh: auto
|
||||||
|
|
||||||
## Enable caching of prompts (default: False)
|
## Enable caching of prompts (default: False)
|
||||||
|
|
|
@ -138,7 +138,7 @@ cog.outl("```")
|
||||||
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
|
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
|
||||||
#AIDER_MAP_TOKENS=
|
#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
|
#AIDER_MAP_REFRESH=auto
|
||||||
|
|
||||||
## Enable caching of prompts (default: False)
|
## Enable caching of prompts (default: False)
|
||||||
|
|
|
@ -201,7 +201,7 @@ Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
|
||||||
Environment variable: `AIDER_MAP_TOKENS`
|
Environment variable: `AIDER_MAP_TOKENS`
|
||||||
|
|
||||||
### `--map-refresh VALUE`
|
### `--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
|
Default: auto
|
||||||
Environment variable: `AIDER_MAP_REFRESH`
|
Environment variable: `AIDER_MAP_REFRESH`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue