mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-30 15:16:39 +08:00
8 lines
150 B
Go
8 lines
150 B
Go
package cohere
|
|
|
|
var ModelList = []string{
|
|
"command", "command-nightly",
|
|
"command-light", "command-light-nightly",
|
|
"command-r", "command-r-plus",
|
|
}
|