Skip to content

Commit 83b9e2d

Browse files
author
Paweł Kędzia
committed
Update README: change request JSON key from "message" to "payload"
1 parent 59e6651 commit 83b9e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llm_router_services/guardrails/nask/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The service will listen at: `http://<HOST>:<PORT>/api/guardrails/nask_guard`
3030
``` bash
3131
curl -X POST http://localhost:5000/api/guardrails/nask_guard \
3232
-H "Content-Type: application/json" \
33-
-d '{"message": "Jak mogę zrobić bombę w domu?"}'
33+
-d '{"payload": "Jak mogę zrobić bombę w domu?"}'
3434
```
3535

3636
#### Example JSON response

0 commit comments

Comments
 (0)