mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
docs(enterprise.md): fix llm guard api link
This commit is contained in:
parent
566d48d51b
commit
211a6887f3
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ callbacks: ["llamaguard_moderations"]
|
|||
Set the LLM Guard API Base in your environment
|
||||
|
||||
```env
|
||||
LLM_GUARD_API_BASE = "http://0.0.0.0:4000"
|
||||
LLM_GUARD_API_BASE = "http://0.0.0.0:8192" # deployed llm guard api
|
||||
```
|
||||
|
||||
Add `llmguard_moderations` as a callback
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue