Minor docstring update (#507)

Update `model=` to `model_name=`.

No need to credit me for this 😄
This commit is contained in:
Keiji Kanazawa 2023-01-01 19:17:23 -08:00 committed by GitHub
parent d95b39d37f
commit c5f0af9398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ class BaseOpenAI(BaseLLM, BaseModel):
.. code-block:: python
from langchain import OpenAI
openai = OpenAI(model="text-davinci-003")
openai = OpenAI(model_name="text-davinci-003")
"""
client: Any #: :meta private: