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 6521d31 commit ba25fc7Copy full SHA for ba25fc7
singlestoredb/ai/chat.py
@@ -125,7 +125,7 @@ def __init__(
125
self._client = ChatBedrockConverse(
126
base_url=info.connection_url,
127
model=actual_model,
128
- streaming=streaming,
+ disable_streaming=not streaming,
129
region_name='us-east-1', # dummy value; UMG does not use this
130
aws_access_key_id='placeholder', # dummy value; UMG does not use this
131
aws_secret_access_key='placeholder', # dummy value; UMG does not use this
0 commit comments