package response import "git.echol.cn/loser/ai_proxy/server/config" type SysConfigResponse struct { Config config.Server `json:"config"` }