@@ -384,7 +384,7 @@ defineExpose({
<div class="switch-inner pt-[8px] flex justify-between items-center">
<div class="space-x-[6px]">
<NSwitch size="small" v-model:value="switchStatus"></NSwitch>
- <span class="text-[12px] text-[#9E9E9E]">使用搜索增强</span>
+ <span class="text-[12px] text-[#9E9E9E]">使用deepseek R1</span>
</div>
<div>
<TheArchival></TheArchival>
@@ -114,6 +114,7 @@ const onRegenerate = async ({ showVal, question, realQuestion, tools, uploadFile
showVal: showVal,
question: realQuestion || fileQuestionStr || question,
module: 0,
+ modelType: Number(unref(switchActive)),
isStrong: Number(unref(switchActive)),
tools,
prompt: null