We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862d1a9 commit 95b43c8Copy full SHA for 95b43c8
1 file changed
web/src/server/free-session/config.ts
@@ -49,7 +49,7 @@ export function getSessionGraceMs(): number {
49
*/
50
const INSTANT_ADMIT_CAPACITY: Record<string, number> = {
51
'z-ai/glm-5.1': 50,
52
- 'minimax/minimax-m2.7': 200,
+ 'minimax/minimax-m2.7': 1000,
53
}
54
55
export function getInstantAdmitCapacity(id: string): number {
0 commit comments