Skip to content

Commit

Permalink
Update spacy_llm/models/rest/openai/registry.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sofie Van Landeghem <[email protected]>
  • Loading branch information
rmitsch and svlandeg authored Nov 8, 2023
1 parent 7a9a003 commit 638ec20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spacy_llm/models/rest/openai/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ def openai_gpt_3_5_v2(
config (Dict[Any, Any]): LLM config passed on to the model's initialization.
name (Literal[
"gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-3.5-turbo-0613", "gpt-3.5-turbo-0613-16k", "gpt-3.5-turbo-instruct",
"gpt-3.5-turbo-1106"
"gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-3.5-turbo-0613", "gpt-3.5-turbo-0613-16k", "gpt-3.5-turbo-instruct"
]): Model to use.
RETURNS (Callable[[Iterable[str]], Iterable[str]]]): OpenAI instance for 'gpt-3.5' model
Expand Down

0 comments on commit 638ec20

Please sign in to comment.