forked from phoenix/litellm-mirror
docs(call_hooks.md): show result in docs
This commit is contained in:
parent
e6b929fff3
commit
526aa9230f
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
```
|
||||
|
||||
**Result**
|
||||
|
||||
<Image img={require('../../img/end_user_enforcement.png')}/>
|
BIN
docs/my-website/img/end_user_enforcement.png
Normal file
BIN
docs/my-website/img/end_user_enforcement.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 180 KiB |
Loading…
Add table
Add a link
Reference in a new issue