mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 16:13:25 +00:00
Update get_started.mdx (#7005)
typo in chat = ChatOpenAI(open_api_key="...") should be openai_api_key
This commit is contained in:
parent
1cdb33a090
commit
c669d98693
@ -16,7 +16,7 @@ If you'd prefer not to set an environment variable you can pass the key in direc
|
|||||||
```python
|
```python
|
||||||
from langchain.chat_models import ChatOpenAI
|
from langchain.chat_models import ChatOpenAI
|
||||||
|
|
||||||
chat = ChatOpenAI(open_api_key="...")
|
chat = ChatOpenAI(openai_api_key="...")
|
||||||
```
|
```
|
||||||
|
|
||||||
otherwise you can initialize without any params:
|
otherwise you can initialize without any params:
|
||||||
|
Loading…
Reference in New Issue
Block a user