From 264ba200d047088b0deff5ff575bb420683cd0bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:25:32 +0800 Subject: [PATCH] Update config.go --- config/config.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config.go b/config/config.go index d098869..9af6495 100644 --- a/config/config.go +++ b/config/config.go @@ -17,6 +17,8 @@ type Config struct { DeepSeek string `json:"deepseek"` Qianwen string `json:"qianwen"` HunYuan string `json:"hunyuan"` + Gpt string `json:"gpt"` + Glm string `json:"glm"` } `json:"apiKeys"` RespBodyBWhiteList []string `json:"respBodyBWhiteList"` }