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

@ -41,9 +41,6 @@ cog.outl("```")
#######
# Main:
## Log the conversation with the LLM to this file (for example, .aider.llm.history)
#llm-history-file:
## Specify the OpenAI API key
#openai-api-key:
@ -131,6 +128,9 @@ cog.outl("```")
## Restore the previous chat history messages (default: False)
#restore-chat-history: false
## Log the conversation with the LLM to this file (for example, .aider.llm.history)
#llm-history-file:
##################
# Output Settings: