mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-17 09:16:36 +08:00
10 lines
148 B
Go
10 lines
148 B
Go
package lingyiwanwu
|
|
|
|
// https://platform.lingyiwanwu.com/docs
|
|
|
|
var ModelList = []string{
|
|
"yi-34b-chat-0205",
|
|
"yi-34b-chat-200k",
|
|
"yi-vl-plus",
|
|
}
|