get_weak_model

This commit is contained in:
Paul Gauthier 2024-04-18 13:55:43 -07:00
parent 93f4a46996
commit cf2a48b21f
3 changed files with 10 additions and 11 deletions

View file

@ -212,7 +212,7 @@ class Coder:
self.io.tool_output(f"Added {fname} to the chat.")
self.summarizer = ChatSummary(
self.main_model.weak_model(),
self.main_model.get_weak_model(),
self.main_model.max_chat_history_tokens,
)