mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +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:
|
for model in self.models:
|
||||||
try:
|
try:
|
||||||
summary = simple_send_with_retries(
|
summary = simple_send_with_retries(
|
||||||
model.name,
|
model.name, summarize_messages, extra_headers=model.extra_headers
|
||||||
summarize_messages,
|
|
||||||
extra_headers=model.extra_headers
|
|
||||||
)
|
)
|
||||||
if summary is not None:
|
if summary is not None:
|
||||||
summary = prompts.summary_prefix + summary
|
summary = prompts.summary_prefix + summary
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue