Update config.go

This commit is contained in:
公明 2025-03-03 11:28:33 +08:00 committed by GitHub
parent 5184c53628
commit 3053e53f49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@ type Config struct {
DeepSeek string `json:"deepseek"` DeepSeek string `json:"deepseek"`
Qianwen string `json:"qianwen"` Qianwen string `json:"qianwen"`
} `json:"apiKeys"` } `json:"apiKeys"`
RespBodyBWhiteList []string `json:"respBodyBWhiteList"`
} }
// 全局配置变量 // 全局配置变量