mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 13:33:37 +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:
@@ -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