package config type Volcengine struct { ApiKey string `mapstructure:"api-key" json:"api-key" yaml:"api-key"` // 火山引擎API密钥 Model string `mapstructure:"model" json:"model" yaml:"model"` // 模型ID,如:ep-xxx }