#662·GPTCache

处理过程中出错: BaseChatModel.__call__() 缺少 1 个必需的位置参数: 'messages' eror

作者: ompanda创建于 2025年4月21日更新于 2025年4月21日

LangChainDeprecationWarning: 方法 `BaseChatModel.__call__` 在 LangChain-core 0.1.7 中已被弃用,并在 1.0 中将被删除。请使用 :meth:`~invoke` 代替。 res = func(*args, **kwargs) 处理过程中出错: BaseChatModel.__call__() 缺少 1 个必需的位置参数: 'messages'

内容来源: zilliztech/GPTCache