Update openai_models.py

pull/211/head
pliny 1 year ago committed by GitHub
parent 241838e7f5
commit d27a54cc22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -760,7 +760,7 @@ class OpenAIChat(BaseLLM):
"""
client: Any #: :meta private:
model_name: str = "gpt-3.5-turbo"
model_name: str = "gpt-3.5-turbo-1106"
"""Model name to use."""
model_kwargs: Dict[str, Any] = Field(default_factory=dict)
"""Holds any model parameters valid for `create` call not explicitly specified."""

Loading…
Cancel
Save