mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44: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)
|
commands = Commands(io, None, verify_ssl=args.verify_ssl)
|
||||||
|
|
||||||
summarizer = ChatSummary(
|
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,
|
args.max_chat_history_tokens or main_model.max_chat_history_tokens,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue