Skip to content

Commit

Permalink
Update assistant.py
Browse files Browse the repository at this point in the history
Doesn't work with 4o
  • Loading branch information
khlevin committed Sep 11, 2024
1 parent f7c4f07 commit 196013b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/chatdbg/assistant/assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,6 @@ def _completion(self, stream=False):
return litellm.completion(
model=self._model,
messages=self._conversation,
tools=[
{"type": "function", "function": f["schema"]}
for f in self._functions.values()
],
timeout=self._timeout,
logger_fn=self._logger,
stream=stream,
Expand Down

0 comments on commit 196013b

Please sign in to comment.