Skip to content

Commit

Permalink
Update registry handle.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmitsch committed Sep 26, 2023
1 parent 44c191e commit 11e8a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacy_llm/models/rest/palm/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .model import Endpoints, PaLM


@registry.llm_models("spacy.ChatBison.v1")
@registry.llm_models("spacy.Bison.v1")
def palm_bison(
config: Dict[Any, Any] = SimpleFrozenDict(temperature=0),
name: Literal["chat-bison-001", "text-bison-001"] = "text-bison-001", # noqa: F821
Expand Down

0 comments on commit 11e8a3a

Please sign in to comment.