feat: add support for xAI

This commit is contained in:
Ryo Shen
2024-11-07 13:34:08 +08:00
parent 7e51b04221
commit 4b32c6142b
10 changed files with 29 additions and 2 deletions

View File

@@ -46,5 +46,6 @@ const (
VertextAI
Proxy
SiliconFlow
XAI
Dummy
)

View File

@@ -45,7 +45,8 @@ var ChannelBaseURLs = []string{
"https://api.novita.ai/v3/openai", // 41
"", // 42
"", // 43
"https://api.siliconflow.cn", // 44
"https://api.siliconflow.cn", // 44
"https://api.x.ai", // 45
}
func init() {