mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-10-16 16:13:56 +00:00
feat: PaLM support is WIP (#105)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user