修改部分调度策略

This commit is contained in:
maojindao55
2025-03-13 11:08:13 +08:00
parent da972a88ab
commit 620904f6bb
2 changed files with 8 additions and 8 deletions

View File

@@ -134,6 +134,6 @@ async function scheduleAIResponses(
}
// 6. 限制最大回复数量
const MAX_RESPONDERS = 3;
const MAX_RESPONDERS = 9;
return sortedAIs.slice(0, MAX_RESPONDERS);
}