mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-17 16:06:38 +08:00
8 lines
176 B
Go
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"
|