feat: support stepfun's models

This commit is contained in:
JustSong
2024-04-05 12:32:05 +08:00
parent 0bb7db0b44
commit 5b41f57423
6 changed files with 21 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ const (
ChannelTypeGroq
ChannelTypeOllama
ChannelTypeLingYiWanWu
ChannelTypeStepFun
ChannelTypeDummy
)
@@ -108,6 +109,7 @@ var ChannelBaseURLs = []string{
"https://api.groq.com/openai", // 29
"http://localhost:11434", // 30
"https://api.lingyiwanwu.com", // 31
"https://api.stepfun.com", // 32
}
const (