songxy hace 1 semana
padre
commit
deffbfb752
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ais_search_zj/web/src/views/ai-home/index.vue

+ 1 - 1
ais_search_zj/web/src/views/ai-home/index.vue

@@ -688,7 +688,7 @@ const quest = async (isFllow) => {
     questionUrl = '/chat/chat';
   }
   const topKs = window?.AppGlobalConfig?.topKs || {
-    0: 15,
+    0: 5,
     1: 10,
     2: 15
   };