Skip to content

Commit 2bd8f2a

Browse files
[codex] Raise MiniMax instant admit threshold (#544)
Co-authored-by: James Grugett <jahooma@gmail.com>
1 parent 862d1a9 commit 2bd8f2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/server/free-session/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function getSessionGraceMs(): number {
4949
*/
5050
const INSTANT_ADMIT_CAPACITY: Record<string, number> = {
5151
'z-ai/glm-5.1': 50,
52-
'minimax/minimax-m2.7': 200,
52+
'minimax/minimax-m2.7': 1000,
5353
}
5454

5555
export function getInstantAdmitCapacity(id: string): number {

0 commit comments

Comments
 (0)