4
0

2 Коммиты cf8069cab7 ... 0c86bfd5af

Автор SHA1 Сообщение Дата
  sunsheng 0c86bfd5af 新增默认选中 1 месяц назад
  sunsheng 66885f37b8 新增默认选中 1 месяц назад
1 измененных файлов с 9 добавлено и 3 удалено
  1. 9 3
      src/pages/deepseek/questionAnswer/info/index.tsx

+ 9 - 3
src/pages/deepseek/questionAnswer/info/index.tsx

@@ -131,8 +131,8 @@ const QuestionAnswerInfo: React.FC = () => {
     const [isVisible, setIsVisible] = React.useState(true);
     const [isVisibleCus, setIsVisibleCus] = React.useState(false);
     const [isVisibleSlice, setIsVisibleSlice] = React.useState(false);
-    const [isVisibleRerank, setIsVisibleRerank] = React.useState(false);
-    const [isDeepThinkVisible, setIsDeepThinkVisible] = React.useState(false);
+    const [isVisibleRerank, setIsVisibleRerank] = React.useState(true);
+    const [isDeepThinkVisible, setIsDeepThinkVisible] = React.useState(true);
     const [name, setName] = React.useState('');
     const [appTypeList, setAppTypeList] = React.useState<AppTypeList>([]);
     const [appVisibleList, setAppVisibleList] = React.useState<AppTypeList>([]); // 是否公开
@@ -721,9 +721,15 @@ const QuestionAnswerInfo: React.FC = () => {
                         form={form}
                         layout='vertical'
                         initialValues={{
-                            isDeepThink: 'Y',
+                            isDeepThink: 'N',
                             max_token: 4096,
+                            model:'Qwen3-30B',
+                            show_recall_result: true,
+                            rerank_model_name:'rerank',
+                            slice_config_type:'customized',
+                            rerank_status: true,
                             param_desc:'strict',
+                            recall_method:'mixed'
                         }}
                     >
                         <div style={{ display: step === 1 ? 'block' : 'none' }} className='questionAnswerInfo-content'>