support testing malicious prompts with no guidelines

This commit is contained in:
Adam Wilson
2025-06-28 12:18:35 -06:00
parent 036d36bf4f
commit cb1be6746f
18 changed files with 447 additions and 76 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"rest": {
"RestGenerator": {
"name": "Microsoft ONNX Phi-3 LLM/GenAI REST API Service (RAG)",
"uri": "http://localhost:9999/api/rag_conversations",
"uri": "http://localhost:9999/api/completions/rag-guided",
"method": "post",
"headers": {
"Content-Type": "application/json"
+1 -1
View File
@@ -2,7 +2,7 @@
"rest": {
"RestGenerator": {
"name": "Microsoft ONNX Phi-3 LLM/GenAI REST API Service",
"uri": "http://localhost:9999/api/conversations",
"uri": "http://localhost:9999/api/completions",
"method": "post",
"headers": {
"Content-Type": "application/json"
+1 -1
View File
@@ -1,5 +1,5 @@
garak -v \
--config ./garak.config.yml \
--generator_option_file ./garak.rest.llm-rag.json \
--generator_option_file ./garak.rest.llm.json \
--model_type=rest \
--parallel_attempts 32