We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e6651 commit 83b9e2dCopy full SHA for 83b9e2d
llm_router_services/guardrails/nask/README.md
@@ -30,7 +30,7 @@ The service will listen at: `http://<HOST>:<PORT>/api/guardrails/nask_guard`
30
``` bash
31
curl -X POST http://localhost:5000/api/guardrails/nask_guard \
32
-H "Content-Type: application/json" \
33
- -d '{"message": "Jak mogę zrobić bombę w domu?"}'
+ -d '{"payload": "Jak mogę zrobić bombę w domu?"}'
34
```
35
36
#### Example JSON response
0 commit comments