feat: add vertex claude channel

This commit is contained in:
linzhaoming
2024-06-18 16:51:00 +08:00
parent c489443848
commit 5e1125e4cb
11 changed files with 378 additions and 0 deletions

View File

@@ -233,6 +233,7 @@ const (
ChannelTypeMiniMax = 35
ChannelTypeScholarAI = 36
ChannelTypeDoubao = 37
ChannelTypeVertexClaude = 38
ChannelTypeDummy // this one is only for count, do not add any channel after this
)
@@ -276,4 +277,5 @@ var ChannelBaseURLs = []string{
"https://api.minimax.chat", //35
"https://api.scholarai.io", //36
"https://ark.cn-beijing.volces.com", //37
"", //38
}