Files
llmsecops-research/tests/tools/garak.rest.json
T
Adam Wilson 2cb9782a4e timeout
2025-05-03 13:29:57 -06:00

19 lines
539 B
JSON

{
"rest": {
"RestGenerator": {
"name": "Microsoft ONNX Phi-3 LLM/GenAI REST API Service",
"uri": "http://localhost:9999/",
"method": "post",
"headers": {
"Content-Type": "application/json"
},
"req_template_json_object": {
"prompt": "$INPUT"
},
"response_json": true,
"response_json_field": "response",
"request_timeout": 600,
"verify_ssl": false
}
}
}