mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
style: Improve code formatting in history.py
This commit is contained in:
parent
b97006e123
commit
b7dff0450c
1 changed files with 1 additions and 3 deletions
|
@ -109,9 +109,7 @@ class ChatSummary:
|
|||
for model in self.models:
|
||||
try:
|
||||
summary = simple_send_with_retries(
|
||||
model.name,
|
||||
summarize_messages,
|
||||
extra_headers=model.extra_headers
|
||||
model.name, summarize_messages, extra_headers=model.extra_headers
|
||||
)
|
||||
if summary is not None:
|
||||
summary = prompts.summary_prefix + summary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue