From ec579d48218548087f71bf81a313650ddede54d2 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 4 Dec 2023 10:48:36 -0800 Subject: [PATCH] (chore) rename proxy: custom_callbacks --- litellm/proxy/proxy_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/proxy_config.yaml b/litellm/proxy/proxy_config.yaml index 8cf8ada657..071a82205c 100644 --- a/litellm/proxy/proxy_config.yaml +++ b/litellm/proxy/proxy_config.yaml @@ -4,7 +4,7 @@ model_list: model: gpt-3.5-turbo litellm_settings: - callbacks: custom_logger.proxy_handler_instance # sets litellm.callbacks = [module.module_variable] + callbacks: custom_callbacks.proxy_handler_instance # sets litellm.callbacks = [module.module_variable] general_settings: # otel: True # OpenTelemetry Logger