mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
doc update typo
This commit is contained in:
parent
d2f4535cf5
commit
916e0655e7
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ model_list:
|
|||
|
||||
|
||||
litellm_settings:
|
||||
pre_call_guardrails: ["aporia-example-1"] # run guardrail before making LLM API call
|
||||
post_call_guardrails: ["aporia-example-2"] # run guardrail after making LLM API call
|
||||
pre_call_guardrails: ["aporia-pre-guard"] # run guardrail before making LLM API call
|
||||
post_call_guardrails: ["aporia-post-guard"] # run guardrail after making LLM API call
|
||||
during_call_guardrails: []
|
||||
guardrails:
|
||||
- guardrail_name: "aporia-pre-guard"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue