You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 或者使用llm(prompt="你好,请你自我介绍一下!")
# LangChainDeprecationWarning: The method `BaseLLM.__call__` was deprecated in langchain-core 0.1.7 and will be removed in 1.0. Use :meth:`~invoke` instead.
这个方法已经弃用了,建议只写 invoke 就行
The text was updated successfully, but these errors were encountered:
wenxin_llm.py
文件中自定义文心模型调用方式,class 里面为什么没有__init__
初始化呢,我自己添加了才运行起来。1.LLM 接入 LangChain.ipynb
文件中的 2.1 自定义 LLM 接入 langchain 的最后一个cell:这个方法已经弃用了,建议只写
invoke
就行The text was updated successfully, but these errors were encountered: