Can force repo-map on with: --map-tokens 1024

This commit is contained in:
Paul Gauthier 2024-08-05 14:41:56 -03:00
parent f8e76bcb88
commit 617b1bdee2
9 changed files with 17 additions and 7 deletions

View file

@ -123,7 +123,7 @@ cog.outl("```")
#show-model-warnings: true
## Max number of tokens to use for repo map, use 0 to disable (default: 1024)
#map-tokens: true
#map-tokens:
## Maximum number of tokens to use for chat history. If not specified, uses the model's max_chat_history_tokens.
#max-chat-history-tokens:

View file

@ -130,7 +130,7 @@ cog.outl("```")
#AIDER_SHOW_MODEL_WARNINGS=true
## Max number of tokens to use for repo map, use 0 to disable (default: 1024)
#AIDER_MAP_TOKENS=true
#AIDER_MAP_TOKENS=
## 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=

View file

@ -175,7 +175,6 @@ Aliases:
### `--map-tokens VALUE`
Max number of tokens to use for repo map, use 0 to disable (default: 1024)
Default: 1024
Environment variable: `AIDER_MAP_TOKENS`
### `--max-chat-history-tokens VALUE`