mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
moved --llm-history-file in args
This commit is contained in:
parent
5d86117249
commit
fa7255cbf5
6 changed files with 33 additions and 34 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue