moved --llm-history-file in args

This commit is contained in:
Paul Gauthier 2024-06-27 10:34:48 -07:00
parent 5d86117249
commit fa7255cbf5
6 changed files with 33 additions and 34 deletions

View file

@ -54,9 +54,6 @@ cog.outl("```")
#######
# Main:
## Log the conversation with the LLM to this file (for example, .aider.llm.history)
#AIDER_LLM_HISTORY_FILE=
## Specify the OpenAI API key
#OPENAI_API_KEY=
@ -144,6 +141,9 @@ cog.outl("```")
## Restore the previous chat history messages (default: False)
#AIDER_RESTORE_CHAT_HISTORY=false
## Log the conversation with the LLM to this file (for example, .aider.llm.history)
#AIDER_LLM_HISTORY_FILE=
##################
# Output Settings: