Преглед на файлове

增加历史对话和查询不到反馈

xueyiming преди 1 седмица
родител
ревизия
595f507ce6
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      routes/buleprint.py

+ 1 - 2
routes/buleprint.py

@@ -396,8 +396,7 @@ async def chat():
     rag_chat_agent = RAGChatAgent()
     chat_result = await rag_chat_agent.chat_with_deepseek(query_text, query_results)
     if chat_result["status"] == 0:
-        study_res = study(query_text)
-        print(study_res)
+        study(query_text)
     llm_search = await rag_chat_agent.llm_search(query_text)
     decision = await rag_chat_agent.make_decision(chat_result, llm_search)
     data = {