Former-commit-id: 4747b75cfbcdc8bffbc2a39ba8386f6583442438
@ -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