更新ChannelType常量值,从1002修改为20,以适应新的业务需求,提升代码的灵活性和可维护性。

This commit is contained in:
wood chen 2025-05-14 00:25:26 +08:00
parent fbefb187ea
commit c9e3cd5608

View File

@ -16,7 +16,7 @@ import (
const ( const (
OpenRouterAPIURL = "https://openrouter.ai/api/frontend/models" OpenRouterAPIURL = "https://openrouter.ai/api/frontend/models"
ChannelType = 1002 ChannelType = 20
BillingType = "tokens" BillingType = "tokens"
Currency = "USD" Currency = "USD"
PriceSource = "https://openrouter.ai/models" PriceSource = "https://openrouter.ai/models"