mirror of
https://github.com/Ed1s0nZ/PrivHunterAI.git
synced 2025-05-05 10:17:01 +00:00
Update aiapis.go
This commit is contained in:
parent
10c9eea917
commit
d8550feb15
@ -105,8 +105,8 @@ func AIScan(model, aiurl, apikey, reqA, respA, respB, statusB string) (string, e
|
||||
Content: string(inputJSON),
|
||||
},
|
||||
},
|
||||
Temperature: 0.7,
|
||||
MaxTokens: 500,
|
||||
Temperature: 0.5,
|
||||
MaxTokens: 1000,
|
||||
}
|
||||
|
||||
response, err := CreateChatCompletion(request, aiurl, apikey)
|
||||
|
Loading…
x
Reference in New Issue
Block a user