pull/11/head
Kye 2 years ago
parent b2cf91ae6c
commit 09666bfdb6

@ -123,7 +123,7 @@ class ModelNotFoundException(Exception):
)
class ChatOpenAI(BaseChatModel, BaseModel):
class ChatOpenAI(BaseChatModel):
"""Wrapper around OpenAI Chat large language models.
To use, you should have the ``openai`` python package installed, and the

Loading…
Cancel
Save