mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
feat: Use weak model first in ChatSummary
This commit is contained in:
parent
60ec3c9228
commit
ede3f3dfcb
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
commands = Commands(io, None, verify_ssl=args.verify_ssl)
|
||||
|
||||
summarizer = ChatSummary(
|
||||
[main_model, main_model.weak_model],
|
||||
[main_model.weak_model, main_model],
|
||||
args.max_chat_history_tokens or main_model.max_chat_history_tokens,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue