Files
llmsecops-research/tests/security/garak.rest.llm.json
2025-07-19 15:19:28 -06:00

19 lines
555 B
JSON

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