datawhalechina / llm-universe

本项目是一个面向小白开发者的大模型应用开发教程,在线阅读地址:https://datawhalechina.github.io/llm-universe/
https://datawhalechina.github.io/llm-universe/
4.9k stars 600 forks source link

文件夹 notebook C4 第一节 错误 #149

Open Yangyang8462 opened 1 month ago

Yangyang8462 commented 1 month ago
  1. wenxin_llm.py 文件中自定义文心模型调用方式,class 里面为什么没有 __init__ 初始化呢,我自己添加了才运行起来。
  2. 1.LLM 接入 LangChain.ipynb 文件中的 2.1 自定义 LLM 接入 langchain 的最后一个cell:

    # 或者使用
    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 就行