Update get_started.mdx (#7005)

typo in chat = ChatOpenAI(open_api_key="...") should be openai_api_key
pull/7072/head
joaomsimoes 1 year ago committed by GitHub
parent 1cdb33a090
commit c669d98693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ If you'd prefer not to set an environment variable you can pass the key in direc
```python
from langchain.chat_models import ChatOpenAI
chat = ChatOpenAI(open_api_key="...")
chat = ChatOpenAI(openai_api_key="...")
```
otherwise you can initialize without any params:

Loading…
Cancel
Save