From af755e222edefdb1c380490629f7aabe68a251db 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 17:15:29 +0800 Subject: [PATCH] Update aiapis.go --- AIAPIS/aiapis.go | 1 - 1 file changed, 1 deletion(-) diff --git a/AIAPIS/aiapis.go b/AIAPIS/aiapis.go index 0ad20d6..3deca6b 100644 --- a/AIAPIS/aiapis.go +++ b/AIAPIS/aiapis.go @@ -93,7 +93,6 @@ func AIScan(model, aiurl, apikey, reqA, respA, respB, statusB string) (string, e fmt.Printf("Error marshaling input: %v\n", err) return "", err } - fmt.Println(string(inputJSON)) request := ChatCompletionRequest{ Model: model, // 根据实际模型名称修改 Messages: []Message{