From c9e3cd56085511f36b8e6932089fb31e74d4e48e Mon Sep 17 00:00:00 2001 From: wood chen Date: Wed, 14 May 2025 00:25:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ChannelType=E5=B8=B8=E9=87=8F?= =?UTF-8?q?=E5=80=BC=EF=BC=8C=E4=BB=8E1002=E4=BF=AE=E6=94=B9=E4=B8=BA20?= =?UTF-8?q?=EF=BC=8C=E4=BB=A5=E9=80=82=E5=BA=94=E6=96=B0=E7=9A=84=E4=B8=9A?= =?UTF-8?q?=E5=8A=A1=E9=9C=80=E6=B1=82=EF=BC=8C=E6=8F=90=E5=8D=87=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E7=9A=84=E7=81=B5=E6=B4=BB=E6=80=A7=E5=92=8C=E5=8F=AF?= =?UTF-8?q?=E7=BB=B4=E6=8A=A4=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/openrouter-price.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/cron/openrouter-api/openrouter-price.go b/backend/cron/openrouter-api/openrouter-price.go index 727793f..2ae2ae2 100644 --- a/backend/cron/openrouter-api/openrouter-price.go +++ b/backend/cron/openrouter-api/openrouter-price.go @@ -16,7 +16,7 @@ import ( const ( OpenRouterAPIURL = "https://openrouter.ai/api/frontend/models" - ChannelType = 1002 + ChannelType = 20 BillingType = "tokens" Currency = "USD" PriceSource = "https://openrouter.ai/models"