songxy 1 settimana fa
parent
commit
deffbfb752
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
   };