mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-17 16:06:38 +08: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"
|