update glm model

This commit is contained in:
maojindao55
2025-03-21 23:11:29 +08:00
parent c296a90671
commit 3664989145
2 changed files with 2 additions and 2 deletions

View File

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