fix: Replace extra_headers and extra_body with extra_params in Coder, ChatSummary, and GitRepo

This commit is contained in:
Paul Gauthier 2024-09-27 13:09:43 -07:00 committed by Paul Gauthier (aider)
parent c24e947b18
commit 810aeccf94
4 changed files with 4 additions and 7 deletions

View file

@ -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())