@@ -905,7 +905,7 @@ const knowledgeTotal = ref(0);
const isKnowledgeLoading = ref(false);
// 推理模式
-const inferenceModel = ref(true);
+const inferenceModel = ref(false);
// 检测设备类型
const checkMobile = () => {