mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-18 13:37:27 +00:00
7 lines
162 B
Go
7 lines
162 B
Go
package constant
|
|
|
|
var (
|
|
ForceFormat = "force_format" // ForceFormat 强制格式化为OpenAI格式
|
|
ChanelSettingProxy = "proxy" // Proxy 代理
|
|
)
|