Skip to content

Commit 02c0626

Browse files
Set the default value for 'streaming' paramter to True.
1 parent ba25fc7 commit 02c0626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlestoredb/ai/chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def __init__(
9393
http_client: Optional[httpx.Client] = None,
9494
api_key: Optional[str] = None,
9595
obo_token_getter: Optional[Callable[[], Optional[str]]] = None,
96-
streaming: bool = False,
96+
streaming: bool = True,
9797
**kwargs: Any,
9898
) -> None:
9999
prefix, actual_model = self._parse_identifier(model_name)

0 commit comments

Comments
 (0)