new-api/relay/channel/cohere/constant.go
CaIon 0326758fc8
Some checks failed
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
fix typo
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"