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 a7b59eb commit 6f730cdCopy full SHA for 6f730cd
src/unstract/llmwhisperer/__init__.py
@@ -1,6 +1,5 @@
1
__version__ = "2.3.1"
2
3
-from .client import LLMWhispererClient # noqa: F401
4
from .client_v2 import LLMWhispererClientV2 # noqa: F401
5
6
0 commit comments