10 lines
234 B
Go
10 lines
234 B
Go
package main
|
|
|
|
const (
|
|
appName = "Nex"
|
|
appTooltip = appName
|
|
appDescription = "AI Gateway - 统一的大模型 API 网关"
|
|
// #nosec G101 -- 项目官网地址不是凭据
|
|
appWebsite = "https://github.com/nex/gateway"
|
|
)
|