From b1dd1f9f88c37e46963afa6661c90dd2d276f67b Mon Sep 17 00:00:00 2001 From: wood chen Date: Thu, 1 May 2025 02:01:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E9=83=A8=E5=88=86=E5=8E=82?= =?UTF-8?q?=E5=95=86ID=E6=98=A0=E5=B0=84=E7=9A=84=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=EF=BC=8C=E7=AE=80=E5=8C=96=E4=BB=A3=E7=A0=81=E7=BB=93=E6=9E=84?= =?UTF-8?q?=EF=BC=8C=E6=8F=90=E5=8D=87=E5=8F=AF=E8=AF=BB=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/cron/openrouter-api/update-other-price.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/cron/openrouter-api/update-other-price.go b/backend/cron/openrouter-api/update-other-price.go index 5af99b0..37f4919 100644 --- a/backend/cron/openrouter-api/update-other-price.go +++ b/backend/cron/openrouter-api/update-other-price.go @@ -17,10 +17,10 @@ import ( // 定义厂商ID映射 var authorToChannelType = map[string]uint{ - "openai": 1, - "anthropic": 14, - "google": 25, - "x-ai": 1001, + // "openai": 1, + // "anthropic": 14, + // "google": 25, + "x-ai": 1001, } // 定义黑名单列表