mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-02-13 15:12:51 +00:00
19 lines
555 B
JSON
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
|
|
}
|
|
}
|
|
} |