feat: add PPIO as model provider

This commit is contained in:
saikidev
2025-02-13 17:00:04 +08:00
parent a82be00fc1
commit 37e55d014c
8 changed files with 57 additions and 1 deletions

View File

@@ -51,5 +51,6 @@ const (
BaiduV2
XunfeiV2
AliBailian
PPIO
Dummy
)

View File

@@ -51,6 +51,7 @@ 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
}
func init() {