mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-17 07:56:38 +08:00
13 lines
170 B
Go
13 lines
170 B
Go
package baidu
|
|
|
|
var ModelList = []string{
|
|
"ERNIE-Bot-4",
|
|
"ERNIE-Bot-8K",
|
|
"ERNIE-Bot",
|
|
"ERNIE-Speed",
|
|
"ERNIE-Bot-turbo",
|
|
"Embedding-V1",
|
|
}
|
|
|
|
var ChannelName = "baidu"
|