mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-26 16:43:35 +00:00
Minor docstring update (#507)
Update `model=` to `model_name=`.
No need to credit me for this 😄
This commit is contained in:
parent
d95b39d37f
commit
c5f0af9398
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user