From 1e1f24c5613691da42e9101b0a4ceef02ca427d8 Mon Sep 17 00:00:00 2001 From: OG T Date: Thu, 9 Apr 2026 09:01:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(test):=20ComplexityScorer=20=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E5=90=8D=E7=A8=B1=E6=9B=B4=E6=96=B0=20llama3.2:3b=20?= =?UTF-8?q?=E2=86=92=20gemma3:4b?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/api/tests/test_smart_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/tests/test_smart_router.py b/apps/api/tests/test_smart_router.py index e709b1d4..f12d7ff6 100644 --- a/apps/api/tests/test_smart_router.py +++ b/apps/api/tests/test_smart_router.py @@ -108,7 +108,7 @@ class TestComplexityScorer: result = scorer.score({}) assert result.score == 1 - assert result.recommended_model == "llama3.2:3b" + assert result.recommended_model == "gemma3:4b" def test_multi_service_context(self): """測試多資源上下文 (feature: resource_count)"""