mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 06:23:20 +00:00
@@ -527,8 +527,8 @@ class OpenAIChat(LLM, BaseModel):
|
|||||||
Example:
|
Example:
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
from langchain.llms import OpenAI
|
from langchain.llms import OpenAIChat
|
||||||
openai = OpenAI(model_name="gpt-3.5-turbo")
|
openaichat = OpenAIChat(model_name="gpt-3.5-turbo")
|
||||||
"""
|
"""
|
||||||
|
|
||||||
client: Any #: :meta private:
|
client: Any #: :meta private:
|
||||||
|
Reference in New Issue
Block a user