Skip to content

Commit

Permalink
Fix: invalid link to chat model in openai platform docs (#11609)
Browse files Browse the repository at this point in the history
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! ☺️
  • Loading branch information
FacerAin authored Oct 10, 2023
1 parent 49de862 commit fca34eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs_skeleton/docs/integrations/platforms/openai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fca34eb

Please sign in to comment.