mirror of
https://github.com/Ed1s0nZ/PrivHunterAI.git
synced 2025-09-17 20:41:37 +00:00
Update aiapis.go
This commit is contained in:
parent
dd899676d9
commit
af755e222e
@ -93,7 +93,6 @@ func AIScan(model, aiurl, apikey, reqA, respA, respB, statusB string) (string, e
|
|||||||
fmt.Printf("Error marshaling input: %v\n", err)
|
fmt.Printf("Error marshaling input: %v\n", err)
|
||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
fmt.Println(string(inputJSON))
|
|
||||||
request := ChatCompletionRequest{
|
request := ChatCompletionRequest{
|
||||||
Model: model, // 根据实际模型名称修改
|
Model: model, // 根据实际模型名称修改
|
||||||
Messages: []Message{
|
Messages: []Message{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user