doc: fix wrong encapsulation

This commit is contained in:
fry69 2024-10-08 01:22:50 +02:00
parent 3bc056a107
commit 91a013afb3
5 changed files with 5 additions and 5 deletions

View file

@ -104,7 +104,7 @@
## Only work with models that have meta-data available (default: True)
#show-model-warnings: true
## Maximum number of tokens to use for chat history. If not specified, uses the model's max_chat_history_tokens.
## Soft limit on tokens for chat history, after which summarization begins. If unspecified, defaults to the model's max_chat_history_tokens.
#max-chat-history-tokens: xxx
## Specify the .env file to load (default: .env in git root)

View file

@ -108,7 +108,7 @@
## Only work with models that have meta-data available (default: True)
#AIDER_SHOW_MODEL_WARNINGS=true
## ("Soft limit on tokens for chat history, after which summarization begins. If unspecified, defaults to the model's max_chat_history_tokens.",)
## Soft limit on tokens for chat history, after which summarization begins. If unspecified, defaults to the model's max_chat_history_tokens.
#AIDER_MAX_CHAT_HISTORY_TOKENS=
## Specify the .env file to load (default: .env in git root)