9 lines
188 B
Go
9 lines
188 B
Go
package main
|
|
|
|
const (
|
|
appName = "Nex"
|
|
appTooltip = appName
|
|
appDescription = "AI Gateway - 统一的大模型 API 网关"
|
|
appWebsite = "https://github.com/nex/gateway"
|
|
)
|