mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
feat: use weak model first for summarizer in Coder
This commit is contained in:
parent
ede3f3dfcb
commit
ff3d067d94
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ class Coder:
|
||||||
)
|
)
|
||||||
|
|
||||||
self.summarizer = summarizer or ChatSummary(
|
self.summarizer = summarizer or ChatSummary(
|
||||||
[self.main_model, self.main_model.weak_model],
|
[self.main_model.weak_model, self.main_model],
|
||||||
self.main_model.max_chat_history_tokens,
|
self.main_model.max_chat_history_tokens,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue