From aef8eae9725c984e157435befe350afa65db8526 Mon Sep 17 00:00:00 2001 From: wood chen Date: Tue, 18 Mar 2025 02:38:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=9B=B4=E6=96=B0=E5=8D=83?= =?UTF-8?q?=E9=97=AE=E4=BB=B7=E6=A0=BC,=20=E5=9B=BD=E5=86=85=E5=92=8C?= =?UTF-8?q?=E5=9B=BD=E5=A4=96=E4=B8=8D=E4=B8=80=E6=A0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/cron/openrouter-api/update-other-price.go | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/cron/openrouter-api/update-other-price.go b/backend/cron/openrouter-api/update-other-price.go index 0d21941..49644e7 100644 --- a/backend/cron/openrouter-api/update-other-price.go +++ b/backend/cron/openrouter-api/update-other-price.go @@ -18,7 +18,6 @@ import ( var authorToChannelType = map[string]uint{ "openai": 1, "anthropic": 14, - "qwen": 17, "google": 25, "x-ai": 1001, }