openai-quickstart icon indicating copy to clipboard operation
openai-quickstart copied to clipboard

LangChainDeprecationWarning

Open clover2024 opened this issue 1 year ago • 0 comments
trafficstars

LangChainDeprecationWarning: Importing chat models from langchain is deprecated. Importing from langchain will no longer be supported as of langchain==0.2.0. Please import from langchain-community instead:

from langchain_community.chat_models import ChatOpenAI.

To install langchain-community run pip install -U langchain-community.

clover2024 avatar Feb 13 '24 08:02 clover2024