From 04f9c03f3b724fb16e2e83ac85abab5b037bf75f Mon Sep 17 00:00:00 2001 From: Vivek Silimkhan <126159777+viveksilimkhan1@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:41:05 +0530 Subject: [PATCH] Update __init__.py --- spacy_llm/models/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy_llm/models/__init__.py b/spacy_llm/models/__init__.py index 15633845..a810ba37 100644 --- a/spacy_llm/models/__init__.py +++ b/spacy_llm/models/__init__.py @@ -12,6 +12,6 @@ "openllama_hf", "palm", "query_langchain", - "titan_lite", + "titan_lite", "titan_express", ]