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, }