Getting Error during processing: BaseChatModel.__call__() missing 1 required positional argument: 'messages' eror
Author: ompandaCreated Apr 21, 2025Updated Apr 21, 2025
LangChainDeprecationWarning: The method BaseChatModel.__call__ was deprecated in langchain-core 0.1.7 and will be removed in 1.0. Use :meth:~invoke instead.
res = func(*args, **kwargs)
Error during processing: BaseChatModel.call() missing 1 required positional argument: 'messages'
Source: zilliztech/GPTCache