docs `OpenAI` platform page update (#14001)

Missed the OpenAI adapter reference in the OpenAI platform page
- Added this reference
pull/13812/head
Leonid Ganeline 7 months ago committed by GitHub
parent 0e462b72ef
commit 15b32cfcd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
```

Loading…
Cancel
Save