Skip to content

Commit

Permalink
Update 1.LLM 接入 LangChain.md
Browse files Browse the repository at this point in the history
update link
  • Loading branch information
xuhu0115 authored Jun 18, 2024
1 parent 4247e70 commit 4eea780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/C4/1.LLM 接入 LangChain.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ LCEL(LangChain Expression Language,Langchain的表达式语言),LCEL是
我们同样可以通过 LangChain 框架来调用百度文心大模型,以将文心模型接入到我们的应用框架中。

### 2.1 自定义 LLM 接入 langchain
在老版本中,LangChain 是不直接支持文心调用的,我们需要自定义一个支持文心模型调用的 LLM。在这里为了向用户展示如何自定义 LLM,我们在《附1.LangChain自定义LLM》中,简述了这种方法,也可参考[源文档](https://python.langchain.com/docs/modules/model_io/llms/custom_llm)
在老版本中,LangChain 是不直接支持文心调用的,我们需要自定义一个支持文心模型调用的 LLM。在这里为了向用户展示如何自定义 LLM,我们在《附1.LangChain自定义LLM》中,简述了这种方法,也可参考[源文档](https://python.langchain.com/v0.1/docs/modules/model_io/llms/custom_llm/)

此处,我们可以直接调用已自定义好的 Wenxin_LLM,具体如何封装 Wenxin_LLM 见`wenxin_llm.py`

Expand Down

0 comments on commit 4eea780

Please sign in to comment.