feat: PaLM support is WIP (#105)

This commit is contained in:
JustSong
2023-05-21 14:26:59 +08:00
parent b92ec5e54c
commit bcca0cc0bc
3 changed files with 79 additions and 2 deletions

View File

@@ -129,6 +129,7 @@ const (
ChannelTypeCustom = 8
ChannelTypeAILS = 9
ChannelTypeAIProxy = 10
ChannelTypePaLM = 11
)
var ChannelBaseURLs = []string{
@@ -143,4 +144,5 @@ var ChannelBaseURLs = []string{
"", // 8
"https://api.caipacity.com", // 9
"https://api.aiproxy.io", // 10
"", // 11
}