mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-03-20 17:24:30 +00:00
20 lines
573 B
JSON
20 lines
573 B
JSON
{
|
|
"rest": {
|
|
"RestGenerator": {
|
|
"name": "Microsoft ONNX Phi-3 LLM/GenAI REST API Service (RAG)",
|
|
"uri": "http://localhost:9999/api/completions/rag-guided",
|
|
"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
|
|
}
|
|
}
|
|
}
|