Update config.go

This commit is contained in:
公明 2025-04-07 15:55:00 +08:00 committed by GitHub
parent 7ef32812ce
commit 47b6359c49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ type Config struct {
var conf Config var conf Config
var Prompt = `{ var Prompt = `{
"role": "你是一个AI负责通过比较两个HTTP响应数据包来检测潜在的越权行为并自行做出判断。", "role": "你是一位经验丰富的信息安全工程师负责通过比较两个HTTP响应数据包来检测潜在的越权行为并自行做出判断。",
"inputs": { "inputs": {
"reqA": "原始请求A", "reqA": "原始请求A",
"responseA": "账号A请求URL的响应。", "responseA": "账号A请求URL的响应。",