We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a4e38 commit 1a85ad4Copy full SHA for 1a85ad4
gpt_model.py
@@ -88,7 +88,6 @@ def _generate_answer(self,
88
model=self.model,
89
messages=messages,
90
max_tokens=max_tokens,
91
- tools=self.tools,
92
)
93
except Exception as e:
94
return f"Блин, хз, а как решить проблему {e}"
0 commit comments