Skip to content

Commit c6aada9

Browse files
Do not pass explicitly the api_key.
1 parent 7b37eae commit c6aada9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

singlestoredb/ai/chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def auth_flow(
212212
# OpenAI / Azure OpenAI path
213213
openai_kwargs = dict(
214214
base_url=info.connection_url,
215-
api_key='placeholder',
215+
# api_key='placeholder',
216216
model=model_name,
217217
streaming=streaming,
218218
http_client=http_client,

singlestoredb/ai/debug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def auth_flow(
212212
# OpenAI / Azure OpenAI path
213213
openai_kwargs = dict(
214214
base_url=info.connection_url,
215-
api_key='placeholder',
215+
# api_key='placeholder',
216216
model=model_name,
217217
streaming=streaming,
218218
http_client=http_client,

0 commit comments

Comments
 (0)