mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-19 13:26:32 -04: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:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user