Skip to content

Commit f73dda8

Browse files
committed
Correct incorrect default value for parameter stream
1 parent 6d140a5 commit f73dda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llms_wrapper/llms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ def query(
593593
return_response: bool = False,
594594
debug=False,
595595
litellm_debug=None,
596-
stream=True,
596+
stream=False,
597597
recursive_call_info: Optional[Dict[str, any]] = None,
598598
**kwargs,
599599
) -> Dict[str, any]:

0 commit comments

Comments
 (0)