new-api/relay/channel/cohere/constant.go
2024-04-24 22:53:58 +08:00

8 lines
176 B
Go

package cohere
var ModelList = []string{
"command-r", "command-r-plus", "command-light", "command-light-nightly", "command", "command-nightly",
}
var ChannelName = "cohere"