Skip to content

Commit

Permalink
Format __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
viveksilimkhan1 authored Oct 25, 2023
1 parent c35c88e commit b1118fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spacy_llm/models/__init__.py
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b1118fb

Please sign in to comment.