移除部分厂商ID映射的注释,简化代码结构,提升可读性。

This commit is contained in:
wood chen 2025-05-01 02:01:40 +08:00
parent 85ef87df11
commit b1dd1f9f88

View File

@ -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,
}
// 定义黑名单列表