Spaces:
Sleeping
Sleeping
2 new models
Browse files
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 |
|