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{}
|