mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-09-11 14:41:21 +00:00
7 lines
160 B
Go
7 lines
160 B
Go
package newapi
|
|
|
|
const ChannelName = "newapi"
|
|
|
|
// ModelList is empty because models are fetched dynamically from upstream /v1/models.
|
|
var ModelList = []string{}
|