Skip to content

Commit 977c653

Browse files
Rename from debugv2 to debugv3.
1 parent 82e37ac commit 977c653

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

singlestoredb/ai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .chat import SingleStoreChatFactory # noqa: F401
2-
from .debugv2 import SingleStoreChatFactoryDebugV2 # noqa: F401
2+
from .debugv3 import SingleStoreChatFactoryDebugV3 # noqa: F401
33
from .embeddings import SingleStoreEmbeddingsFactory # noqa: F401

singlestoredb/ai/debugv2.py renamed to singlestoredb/ai/debugv3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from botocore.config import Config
3232

3333

34-
def SingleStoreChatFactoryDebugV2(
34+
def SingleStoreChatFactoryDebugV3(
3535
model_name: str,
3636
api_key: Optional[Union[Optional[str], Callable[[], Optional[str]]]] = None,
3737
streaming: bool = True,

0 commit comments

Comments
 (0)