diff --git a/litellm/proxy/proxy_config.yaml b/litellm/proxy/proxy_config.yaml index 9939e92a9a..365dce916d 100644 --- a/litellm/proxy/proxy_config.yaml +++ b/litellm/proxy/proxy_config.yaml @@ -25,6 +25,12 @@ model_list: general_settings: master_key: sk-1234 + +litellm_settings: + callbacks: ["gcs_bucket"] + + router_settings: enable_tag_filtering: true +