mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +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
|
@ -1409,9 +1409,7 @@ class Coder:
|
|||
functions,
|
||||
self.stream,
|
||||
temp,
|
||||
extra_headers=model.extra_headers,
|
||||
extra_body=model.extra_body,
|
||||
max_tokens=model.max_tokens,
|
||||
extra_params=model.extra_params,
|
||||
)
|
||||
self.chat_completion_call_hashes.append(hash_object.hexdigest())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue