Skip to content

Commit

Permalink
πŸ”„ Update import path models.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Feb 17, 2024
1 parent 908a7cf commit 224fa72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can set the `settings.llm` with any LangChain ChatModel.

```python
from funcchain import settings
from langchain_openai.chat_models import AzureChatOpenAI
from langchain_community.chat_models import AzureChatOpenAI

settings.llm = AzureChatOpenAI(...)
```
Expand Down

0 comments on commit 224fa72

Please sign in to comment.