mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-19 04:57:26 +00:00
9 lines
152 B
Go
9 lines
152 B
Go
package ali
|
|
|
|
var ModelList = []string{
|
|
"qwen-turbo", "qwen-plus", "qwen-max", "qwen-max-longcontext",
|
|
"text-embedding-v1",
|
|
}
|
|
|
|
var ChannelName = "ali"
|