mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-03 04:50:52 +08:00
Add Qwen support
This commit is contained in:
@@ -23,6 +23,8 @@ func GetProviderName(modelName string) string {
|
||||
return "gpt"
|
||||
} else if strings.HasPrefix(modelName, "claude") {
|
||||
return "claude"
|
||||
} else if strings.HasPrefix(modelName, "qwen") {
|
||||
return "qwen"
|
||||
}
|
||||
return "unknow"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user