Update aiapis.go

This commit is contained in:
公明 2025-04-24 17:15:29 +08:00 committed by GitHub
parent dd899676d9
commit af755e222e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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{