diff --git a/docs/my-website/docs/proxy/call_hooks.md b/docs/my-website/docs/proxy/call_hooks.md index 392a47121..3195e2e5a 100644 --- a/docs/my-website/docs/proxy/call_hooks.md +++ b/docs/my-website/docs/proxy/call_hooks.md @@ -1,3 +1,5 @@ +import Image from '@theme/IdealImage'; + # Modify / Reject Incoming Requests - Modify data before making llm api calls on proxy @@ -184,4 +186,8 @@ Set `enforce_user_param` to true, to require all calls to the openai endpoints t ```yaml general_settings: enforce_user_param: True -``` \ No newline at end of file +``` + +**Result** + + \ No newline at end of file diff --git a/docs/my-website/img/end_user_enforcement.png b/docs/my-website/img/end_user_enforcement.png new file mode 100644 index 000000000..2de7b7e18 Binary files /dev/null and b/docs/my-website/img/end_user_enforcement.png differ