mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-19 05:07:27 +00:00
8 lines
134 B
Go
8 lines
134 B
Go
package zhipu
|
|
|
|
var ModelList = []string{
|
|
"chatglm_turbo", "chatglm_pro", "chatglm_std", "chatglm_lite",
|
|
}
|
|
|
|
var ChannelName = "zhipu"
|