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