new-api/relay/channel/cohere/constant.go

8 lines
176 B
Go
Raw Normal View History

2024-04-24 18:49:56 +08:00
package cohere
var ModelList = []string{
"command-r", "command-r-plus", "command-light", "command-light-nightly", "command", "command-nightly",
}
2024-04-24 22:53:58 +08:00
var ChannelName = "cohere"