mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-12 11:23:42 +08:00
feat: support deepseek now
This commit is contained in:
@@ -37,6 +37,7 @@ const (
|
||||
AwsClaude
|
||||
Coze
|
||||
Cohere
|
||||
DeepSeek
|
||||
|
||||
Dummy
|
||||
)
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user