Skip to content

Commit b7027c9

Browse files
committed
Update __init__.py in ads.llm
1 parent 55d5a00 commit b7027c9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ads/llm/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,11 @@
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)