merge: resolve conflicts with main branch

This commit is contained in:
saikidev
2025-02-19 15:26:00 +08:00
16 changed files with 712 additions and 160 deletions

View File

@@ -51,6 +51,8 @@ const (
BaiduV2
XunfeiV2
AliBailian
OpenAICompatible
GeminiOpenAICompatible
PPIO
Dummy
)

View File

@@ -51,7 +51,10 @@ var ChannelBaseURLs = []string{
"https://qianfan.baidubce.com", // 47
"https://spark-api-open.xf-yun.com", // 48
"https://dashscope.aliyuncs.com", // 49
"https://api.ppinfra.com/v3/openai", // 50
"", // 50
"https://generativelanguage.googleapis.com/v1beta/openai/", // 51
"https://api.ppinfra.com/v3/openai", // 52
}
func init() {