docs OpenAI platform page update (#14001)

Missed the OpenAI adapter reference in the OpenAI platform page
- Added this reference
This commit is contained in:
Leonid Ganeline 2023-11-28 19:08:21 -08:00 committed by GitHub
parent 0e462b72ef
commit 15b32cfcd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,3 +99,10 @@ See a [usage example](/docs/guides/safety/moderation).
from langchain.chains import OpenAIModerationChain
```
## Adapter
See a [usage example](/docs/integrations/adapters/openai).
```python
from langchain.adapters import openai as lc_openai
```