Skip to content

Commit

Permalink
Update 1.LLM 接入 LangChain.md
Browse files Browse the repository at this point in the history
update langchain chat model link
  • Loading branch information
xuhu0115 authored Jun 18, 2024
1 parent 7bd4d84 commit 180e779
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 @@ -16,7 +16,7 @@ LangChain 提供了对于多种大模型的封装,基于 LangChain 的接口
注意,基于 LangChain 接口调用 ChatGPT 同样需要配置你的个人密钥,配置方法同上。

### 1.1 Models(模型)
`langchain.chat_models` 导入 `OpenAI` 的对话模型 `ChatOpenAI` 。 除去OpenAI以外,`langchain.chat_models` 还集成了其他对话模型,更多细节可以查看[Langchain官方文档](https://api.python.langchain.com/en/latest/api_reference.html#module-langchain.chat_models)
`langchain.chat_models` 导入 `OpenAI` 的对话模型 `ChatOpenAI` 。 除去OpenAI以外,`langchain.chat_models` 还集成了其他对话模型,更多细节可以查看[Langchain官方文档]([https://api.python.langchain.com/en/latest/api_reference.html#module-langchain.chat_models](https://api.python.langchain.com/en/latest/langchain_api_reference.html#module-langchain.chat_models))

```python
import os
Expand Down

0 comments on commit 180e779

Please sign in to comment.