diff --git a/spacy_llm/models/__init__.py b/spacy_llm/models/__init__.py index a810ba37..7ca165f9 100644 --- a/spacy_llm/models/__init__.py +++ b/spacy_llm/models/__init__.py @@ -1,7 +1,8 @@ +from .bedrock import titan_express, titan_lite 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",