feat: update temperature-related content
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
## 🧩 模块说明:LLM 调用与多轮对话 Agent
|
## 🧩 模块说明:LLM 调用与多轮对话 Agent
|
||||||
|
|
||||||
|
|
||||||
📌 **核心知识点**:
|
📌 **核心知识点**:
|
||||||
LLM 调用|Prompt 编写与设计|多轮对话记忆|独立搭建智能体
|
LLM 调用|Prompt 编写与设计|多轮对话记忆|独立搭建智能体
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ from langchain_community.chat_message_histories import ChatMessageHistory
|
|||||||
from langchain_core.runnables import RunnableWithMessageHistory
|
from langchain_core.runnables import RunnableWithMessageHistory
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1. 构建一个可复用的 RAG链条
|
# 1. 构建一个可复用的 RAG链条
|
||||||
def build_rag_chain(llm_instance):
|
def build_rag_chain(llm_instance):
|
||||||
print('---正在构建RAG链条---')
|
print('---正在构建RAG链条---')
|
||||||
|
|||||||
Reference in New Issue
Block a user