mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
implement deployment id
This commit is contained in:
parent
bf03f43b44
commit
b107db98fa
8 changed files with 21 additions and 13 deletions
|
@ -589,7 +589,7 @@ class Coder:
|
|||
|
||||
def send(self, messages, model=None, functions=None):
|
||||
if not model:
|
||||
model = self.main_model.name
|
||||
model = self.main_model
|
||||
|
||||
self.partial_response_content = ""
|
||||
self.partial_response_function_call = dict()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue