venkatasg commited on
Commit
983b472
·
1 Parent(s): f9cdd66

2 new models

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -46,6 +46,8 @@ INITIAL_DATA = [
46
  ["gpt-4.1-nano", 3, 3],
47
  ["Llama-3.3-70B", 3, 3],
48
  ["Kimi-K2-Instruct-0905", 200, 19],
 
 
49
  ]
50
 
51
 
 
46
  ["gpt-4.1-nano", 3, 3],
47
  ["Llama-3.3-70B", 3, 3],
48
  ["Kimi-K2-Instruct-0905", 200, 19],
49
+ ["Minimax-M2.5", 9, 9],
50
+ ["GLM-5", 53, 45],
51
  ]
52
 
53