mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
Fix docs
This commit is contained in:
parent
c03488c661
commit
4139e437d1
1 changed files with 2 additions and 4 deletions
|
|
@ -107,11 +107,9 @@ from litellm.integrations.advisor_interception import AdvisorInterceptionLogger
|
|||
|
||||
litellm.callbacks = [
|
||||
AdvisorInterceptionLogger(
|
||||
# Any provider LiteLLM supports. Use full model string for direct calls,
|
||||
# or a model_name from your model_list when using the proxy router.
|
||||
|
||||
default_advisor_model="openai/gpt-4o",
|
||||
# Optional: limit interception to specific executor providers.
|
||||
# Remove this line to intercept for all providers.
|
||||
|
||||
enabled_providers=["anthropic", "openai"],
|
||||
)
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue