fix(dashboard): remove stale deepseek-v4-pro-max from MODEL_BENCHMARKS fallback
- Fallback list still had both pro and pro-max — removed duplicate pro-max entry
This commit is contained in:
@@ -130,7 +130,7 @@ const API_BASE='http://localhost:3004';
|
||||
const $=id=>document.getElementById(id);
|
||||
|
||||
const MODEL_BENCHMARKS={
|
||||
"qwen3.5-122b":91,"qwen3-coder-480b":88,"deepseek-v4-pro":89,"deepseek-v4-pro-max":89,
|
||||
"qwen3.5-122b":91,"qwen3-coder-480b":88,"deepseek-v4-pro":89,
|
||||
"deepseek-v4-flash":86,"kimi-k2.6":91,"kimi-k2.5":90,
|
||||
"minimax-m2.5":82,"minimax-m2.7":80,"glm-5.1":90,
|
||||
"glm-5":90,"nemotron-3-super":78,"nemotron-3-nano":68,
|
||||
|
||||
Reference in New Issue
Block a user