mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
re-enable summaries
This commit is contained in:
parent
5650697475
commit
163e6f56df
2 changed files with 4 additions and 1 deletions
|
@ -931,7 +931,6 @@ class Coder:
|
|||
self.last_keyboard_interrupt = now
|
||||
|
||||
def summarize_start(self):
|
||||
return
|
||||
if not self.summarizer.too_big(self.done_messages):
|
||||
return
|
||||
|
||||
|
|
|
@ -49,7 +49,11 @@ def send_completion(
|
|||
temperature=0,
|
||||
extra_params=None,
|
||||
):
|
||||
#
|
||||
#
|
||||
sanity_check_messages(messages)
|
||||
#
|
||||
#
|
||||
|
||||
kwargs = dict(
|
||||
model=model_name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue