Files
new-api/constant/channel_setting.go

7 lines
162 B
Go
Raw Normal View History

package constant
var (
2025-02-02 22:15:06 +08:00
ForceFormat = "force_format" // ForceFormat 强制格式化为OpenAI格式
ChanelSettingProxy = "proxy" // Proxy 代理
)