Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update code example, fix deprecation warning #404

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jan 20, 2024

  1. docs: update code example

    ```
    LangChainDeprecationWarning: The class `langchain_community.chat_models.openai.ChatOpenAI` was deprecated in langchain-community 0.0.10 and will be removed in 0.2.0. An updated version of the class exists in the langchain-openai package and should be used instead. To use it run `pip install -U langchain-openai` and import as `from langchain_openai import ChatOpenAI`.
    ```
    muhajirdev authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    b2f8dc7 View commit details
    Browse the repository at this point in the history