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{