mirror of
https://github.com/woodchen-ink/aimodels-prices.git
synced 2025-07-18 05:32:00 +08:00
更新ChannelType常量值,从1002修改为20,以适应新的业务需求,提升代码的灵活性和可维护性。
This commit is contained in:
parent
fbefb187ea
commit
c9e3cd5608
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user