Skip to content

Commit c762105

Browse files
reverting inadvertant changes to mistralai/llm.py
1 parent b2d4fe6 commit c762105

File tree

1 file changed

+3
-0
lines changed
  • livekit-plugins/livekit-plugins-mistralai/livekit/plugins/mistralai

1 file changed

+3
-0
lines changed

livekit-plugins/livekit-plugins-mistralai/livekit/plugins/mistralai/llm.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ def chat(
9090
if is_given(tool_choice):
9191
extra["tool_choice"] = tool_choice
9292

93+
if is_given(response_format):
94+
extra["response_format"] = response_format
95+
9396
return LLMStream(
9497
self,
9598
model=self._opts.model,

0 commit comments

Comments
 (0)