From 2f46794a64f61fbddb4229e707237bc0628250d7 Mon Sep 17 00:00:00 2001 From: minecraft1024a Date: Thu, 13 Nov 2025 18:38:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(statistic):=20=E6=94=AF=E6=8C=81=E6=8C=89?= =?UTF-8?q?=20provider=20=E7=BB=9F=E8=AE=A1=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/chat/utils/statistic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/chat/utils/statistic.py b/src/chat/utils/statistic.py index 5b1ce7826..3cf604675 100644 --- a/src/chat/utils/statistic.py +++ b/src/chat/utils/statistic.py @@ -411,6 +411,7 @@ class StatisticOutputTask(AsyncTask): (REQ_CNT_BY_USER, "user"), (REQ_CNT_BY_MODEL, "model"), (REQ_CNT_BY_MODULE, "module"), + (REQ_CNT_BY_PROVIDER, "provider"), ]: time_cost_key = f"TIME_COST_BY_{items.upper()}" avg_key = f"AVG_TIME_COST_BY_{items.upper()}"