mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-06 21:20:33 +00:00
docs OpenAI
platform page update (#14001)
Missed the OpenAI adapter reference in the OpenAI platform page - Added this reference
This commit is contained in:
parent
0e462b72ef
commit
15b32cfcd4
@ -99,3 +99,10 @@ See a [usage example](/docs/guides/safety/moderation).
|
|||||||
from langchain.chains import OpenAIModerationChain
|
from langchain.chains import OpenAIModerationChain
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Adapter
|
||||||
|
|
||||||
|
See a [usage example](/docs/integrations/adapters/openai).
|
||||||
|
|
||||||
|
```python
|
||||||
|
from langchain.adapters import openai as lc_openai
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user