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 7b37eae commit c6aada9Copy full SHA for c6aada9
singlestoredb/ai/chat.py
@@ -212,7 +212,7 @@ def auth_flow(
212
# OpenAI / Azure OpenAI path
213
openai_kwargs = dict(
214
base_url=info.connection_url,
215
- api_key='placeholder',
+ # api_key='placeholder',
216
model=model_name,
217
streaming=streaming,
218
http_client=http_client,
singlestoredb/ai/debug.py
0 commit comments