Update aiapis.go

This commit is contained in:
公明 2025-04-24 18:28:22 +08:00 committed by GitHub
parent 10c9eea917
commit d8550feb15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,8 +105,8 @@ func AIScan(model, aiurl, apikey, reqA, respA, respB, statusB string) (string, e
Content: string(inputJSON), Content: string(inputJSON),
}, },
}, },
Temperature: 0.7, Temperature: 0.5,
MaxTokens: 500, MaxTokens: 1000,
} }
response, err := CreateChatCompletion(request, aiurl, apikey) response, err := CreateChatCompletion(request, aiurl, apikey)