Merge commit 'c3178720975ee0b2767bc3b0ad98cfc533f22b6d'

This commit is contained in:
Laisky.Cai
2024-04-26 13:01:12 +00:00
8 changed files with 27 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ const (
AwsClaude
Coze
Cohere
DeepSeek
Dummy
)

View File

@@ -36,7 +36,8 @@ var ChannelBaseURLs = []string{
"https://api.stepfun.com", // 32
"", // 33
"https://api.coze.com", // 34
"https://api.cohere.ai", //35
"https://api.cohere.ai", // 35
"https://api.deepseek.com", // 36
}
func init() {