one-api/relay/channel/zhipu/constants.go
JustSong 1d0b7fb5ae
Some checks failed
Publish Docker image (amd64, English) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
feat: support chatglm-4 (close #1045, close #952, close #952, close #943)
2024-03-02 03:05:25 +08:00

7 lines
142 B
Go

package zhipu
var ModelList = []string{
"chatglm_turbo", "chatglm_pro", "chatglm_std", "chatglm_lite",
"glm-4", "glm-4v", "glm-3-turbo",
}