Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 7a2dc9c

Browse files
committed
address pr comment
1 parent fe8ad8a commit 7a2dc9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/completions/endpoints/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def xml_tools_enabled?
283283
end
284284

285285
def disable_streaming?
286-
@disable_streaming = llm_model.lookup_custom_param("disable_streaming")
286+
@disable_streaming = !!llm_model.lookup_custom_param("disable_streaming")
287287
end
288288

289289
private

0 commit comments

Comments
 (0)