2025.11.7

This commit is contained in:
2287551746@qq.com
2025-11-07 09:47:48 +08:00
parent a22f6ccd82
commit b1ea644e70
+1 -1
View File
@@ -74,7 +74,7 @@ def build_rag_chain(llm_instance):
return rag_chain
# 2. 将 RAG链条 组装进Agent里
def create_agent_with_memory():
# LLm
llm = ChatOpenAI(