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