Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
viveksilimkhan1 authored Oct 24, 2023
1 parent caecd85 commit 548ce74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spacy_llm/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .hf import dolly_hf, openllama_hf, stablelm_hf
from .langchain import query_langchain
from .rest import anthropic, cohere, noop, openai, palm

from .bedrock import titan_lite, titan_express
__all__ = [
"anthropic",
"cohere",
Expand All @@ -12,4 +12,6 @@
"openllama_hf",
"palm",
"query_langchain",
"titan_lite",
"titan_express",
]

0 comments on commit 548ce74

Please sign in to comment.