Skip to content

Commit 05768a1

Browse files
Fix imports.
1 parent 977c653 commit 05768a1

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
@@ -5,9 +5,9 @@
55
from typing import Union
66

77
import httpx
8-
from utils import SingleStoreOpenAIAuth
98

109
from singlestoredb import manage_workspaces
10+
from singlestoredb.ai.utils import SingleStoreOpenAIAuth
1111
from singlestoredb.management.inference_api import InferenceAPIInfo
1212

1313
try:

singlestoredb/ai/debugv3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
from typing import Union
66

77
import httpx
8-
from utils import SingleStoreOpenAIAuth
98

109
from singlestoredb import manage_workspaces
10+
from singlestoredb.ai.utils import SingleStoreOpenAIAuth
1111
from singlestoredb.management.inference_api import InferenceAPIInfo
1212

1313
try:

0 commit comments

Comments
 (0)