mirror of
https://github.com/woodchen-ink/aimodels-prices.git
synced 2025-07-19 06:01:59 +08:00
移除部分厂商ID映射的注释,简化代码结构,提升可读性。
This commit is contained in:
parent
85ef87df11
commit
b1dd1f9f88
@ -17,10 +17,10 @@ import (
|
|||||||
|
|
||||||
// 定义厂商ID映射
|
// 定义厂商ID映射
|
||||||
var authorToChannelType = map[string]uint{
|
var authorToChannelType = map[string]uint{
|
||||||
"openai": 1,
|
// "openai": 1,
|
||||||
"anthropic": 14,
|
// "anthropic": 14,
|
||||||
"google": 25,
|
// "google": 25,
|
||||||
"x-ai": 1001,
|
"x-ai": 1001,
|
||||||
}
|
}
|
||||||
|
|
||||||
// 定义黑名单列表
|
// 定义黑名单列表
|
||||||
|
Loading…
x
Reference in New Issue
Block a user