From e18e123799c85166d4639a6bad79f49a9893ae2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Thu, 24 Apr 2025 16:49:08 +0800 Subject: [PATCH] Update scan.go --- scan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan.go b/scan.go index c49240b..4674a1e 100644 --- a/scan.go +++ b/scan.go @@ -249,7 +249,7 @@ func detectPrivilegeEscalation(AI string, reqA, resp1, resp2, statusB string) (s apikey := config.GetConfig().APIKeys.DeepSeek result, err = aiapis.AIScan(model, aiurl, apikey, reqA, resp1, resp2, statusB) // 调用 kimi 检测是否越权 case "qianwen": - model := "qwen-turbo" + model := "qwen-plus" aiurl := "https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions" apikey := config.GetConfig().APIKeys.Qianwen result, err = aiapis.AIScan(model, aiurl, apikey, reqA, resp1, resp2, statusB) // 调用 kimi 检测是否越权