mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-18 23:27:26 +00:00
- Apply canonical Go formatting to all .go files - No functional changes; whitespace/import/struct layout only - Improves consistency, reduces diff noise, and aligns with standard tooling
10 lines
113 B
Go
10 lines
113 B
Go
package mokaai
|
|
|
|
var ModelList = []string{
|
|
"m3e-large",
|
|
"m3e-base",
|
|
"m3e-small",
|
|
}
|
|
|
|
var ChannelName = "mokaai"
|