Skip to content

Commit

Permalink
Fix PaLM import in __init__.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmitsch committed Oct 5, 2023
1 parent d891513 commit 1ad50a1
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,6 +1,6 @@
from .hf import dolly_hf, openllama_hf, stablelm_hf
from .langchain import query_langchain
from .rest import anthropic, cohere, noop, openai
from .rest import anthropic, cohere, noop, openai, palm

__all__ = [
"anthropic",
Expand All @@ -10,5 +10,6 @@
"noop",
"stablelm_hf",
"openllama_hf",
"palm",
"query_langchain",
]

0 comments on commit 1ad50a1

Please sign in to comment.