From dc3fb2495ae7e8ebb45e0e3499616787a4945782 Mon Sep 17 00:00:00 2001 From: Deploy Bot Date: Thu, 28 May 2026 12:52:02 +0100 Subject: [PATCH] fix(dashboard): remove stale deepseek-v4-pro-max from MODEL_BENCHMARKS fallback MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fallback list still had both pro and pro-max — removed duplicate pro-max entry --- agent-evolution/real-fit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent-evolution/real-fit.html b/agent-evolution/real-fit.html index cecb953..b690cf5 100644 --- a/agent-evolution/real-fit.html +++ b/agent-evolution/real-fit.html @@ -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,