Fix: invalid link to chat model in openai platform docs (#11609)

There is some invalid link in open ai platform
[docs](https://python.langchain.com/docs/integrations/platforms/openai).
So i fixed it to valid links.
- `/docs/integrations/chat_models/openai` ->
`/docs/integrations/chat/openai`
- `/docs/integrations/chat_models/azure_openai` ->
`/docs/integrations/chat/azure_chat_openai`

Thanks! ☺️
pull/11621/head
Yong woo Song 9 months ago committed by GitHub
parent 49de862076
commit fca34eb122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,7 +41,7 @@ For a more detailed walkthrough of the `Azure` wrapper, see [here](/docs/integra
## Chat model
See a [usage example](/docs/integrations/chat_models/openai).
See a [usage example](/docs/integrations/chat/openai).
```python
from langchain.chat_models import ChatOpenAI
@ -51,7 +51,7 @@ If you are using a model hosted on `Azure`, you should use different wrapper for
```python
from langchain.llms import AzureChatOpenAI
```
For a more detailed walkthrough of the `Azure` wrapper, see [here](/docs/integrations/chat_models/azure_openai)
For a more detailed walkthrough of the `Azure` wrapper, see [here](/docs/integrations/chat/azure_chat_openai)
## Text Embedding Model

Loading…
Cancel
Save