feat: update temperature-related content

This commit is contained in:
Annyfee
2026-02-07 10:42:53 +08:00
parent ffd7e9372b
commit 983cb4e13c
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -16,7 +16,6 @@ from langchain_community.chat_message_histories import ChatMessageHistory
from langchain_core.runnables import RunnableWithMessageHistory
# 1. 构建一个可复用的 RAG链条
def build_rag_chain(llm_instance):
print('---正在构建RAG链条---')