Ver Fonte

修改最后总结调用模型

xueyiming há 1 semana atrás
pai
commit
dc9b77c168
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      applications/utils/chat/rag_chat_agent.py

+ 1 - 1
applications/utils/chat/rag_chat_agent.py

@@ -138,6 +138,6 @@ class RAGChatAgent:
     async def select_with_deepseek(self, chat_res, search_res):
         prompt = self.select_prompt(chat_res, search_res)
         response = await fetch_deepseek_completion(
-            model="DeepSeek-V3", prompt=prompt, output_type="json"
+            model="DeepSeek-R1", prompt=prompt, output_type="json"
         )
         return response