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 47138aa commit 6521d31Copy full SHA for 6521d31
singlestoredb/ai/chat.py
@@ -126,7 +126,7 @@ def __init__(
126
base_url=info.connection_url,
127
model=actual_model,
128
streaming=streaming,
129
- region='us-east-1', # dummy value; UMG does not use this
+ 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
132
cache=True,
0 commit comments