mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
(chore) rename proxy: custom_callbacks
This commit is contained in:
parent
9b1e02cdf1
commit
ec579d4821
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue