mirror of
https://github.com/woodchen-ink/aimodels-prices.git
synced 2025-07-18 05:32:00 +08:00
移除部分厂商ID映射的注释,简化代码结构,提升可读性。
This commit is contained in:
parent
85ef87df11
commit
b1dd1f9f88
@ -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,
|
||||
}
|
||||
|
||||
// 定义黑名单列表
|
||||
|
Loading…
x
Reference in New Issue
Block a user