doc: fix wrong encapsulation

This commit is contained in:
fry69 2024-10-08 01:22:01 +02:00
parent f3ff24e35a
commit 3bc056a107
3 changed files with 4 additions and 6 deletions

View file

@ -150,7 +150,7 @@ cog.outl("```")
## Only work with models that have meta-data available (default: True)
#AIDER_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.",)
#AIDER_MAX_CHAT_HISTORY_TOKENS=
## Specify the .env file to load (default: .env in git root)