We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba25fc7 commit 02c0626Copy full SHA for 02c0626
singlestoredb/ai/chat.py
@@ -93,7 +93,7 @@ def __init__(
93
http_client: Optional[httpx.Client] = None,
94
api_key: Optional[str] = None,
95
obo_token_getter: Optional[Callable[[], Optional[str]]] = None,
96
- streaming: bool = False,
+ streaming: bool = True,
97
**kwargs: Any,
98
) -> None:
99
prefix, actual_model = self._parse_identifier(model_name)
0 commit comments