Skip to content

Commit 584307f

Browse files
committed
Revert changes in __init__.py
1 parent 18d43ba commit 584307f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ads/llm/__init__.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,3 @@
1616
f"{ex.msg}\nPlease install/update langchain with `pip install langchain -U`"
1717
) from ex
1818
raise ex
19-
20-
21-
__all__ = [
22-
"GenerativeAI",
23-
"GenerativeAIEmbeddings",
24-
"ModelDeploymentTGI",
25-
"ModelDeploymentVLLM",
26-
]

0 commit comments

Comments
 (0)