mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 11:45:00 +00:00
Support weak_model=False
This commit is contained in:
parent
f81b62dfea
commit
4e50f0d095
4 changed files with 12 additions and 4 deletions
|
@ -123,7 +123,7 @@ def main():
|
|||
|
||||
assistant.append(line)
|
||||
|
||||
summarizer = ChatSummary(models.Model(models.DEFAULT_WEAK_MODEL_NAME))
|
||||
summarizer = ChatSummary(models.Model(models.DEFAULT_WEAK_MODEL_NAME, weak_model=False))
|
||||
summary = summarizer.summarize(messages[-40:])
|
||||
dump(summary)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue