mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
Merge pull request #1590 from hypn4/main
feat: add `extra_body`field and use in model settings.
This commit is contained in:
commit
0adb7e0fd3
4 changed files with 9 additions and 1 deletions
|
@ -1399,6 +1399,7 @@ class Coder:
|
|||
self.stream,
|
||||
temp,
|
||||
extra_headers=model.extra_headers,
|
||||
extra_body=model.extra_body,
|
||||
max_tokens=model.max_tokens,
|
||||
)
|
||||
self.chat_completion_call_hashes.append(hash_object.hexdigest())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue