mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 11:45:00 +00:00
fix: Replace extra_headers and extra_body with extra_params in Coder, ChatSummary, and GitRepo
This commit is contained in:
parent
c24e947b18
commit
810aeccf94
4 changed files with 4 additions and 7 deletions
|
@ -109,7 +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_params=model.extra_params
|
||||
)
|
||||
if summary is not None:
|
||||
summary = prompts.summary_prefix + summary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue