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 977c653 commit 05768a1Copy full SHA for 05768a1
singlestoredb/ai/chat.py
@@ -5,9 +5,9 @@
5
from typing import Union
6
7
import httpx
8
-from utils import SingleStoreOpenAIAuth
9
10
from singlestoredb import manage_workspaces
+from singlestoredb.ai.utils import SingleStoreOpenAIAuth
11
from singlestoredb.management.inference_api import InferenceAPIInfo
12
13
try:
singlestoredb/ai/debugv3.py
0 commit comments