From 83c242bbb39c76f9ee94179b0f307b2cfd05ac98 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Thu, 16 May 2024 15:59:37 -0700 Subject: [PATCH] Add commented set_verbose line to proxy_config because I've wanted to do this a couple of times and couldn't remember the exact syntax. --- proxy_server_config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy_server_config.yaml b/proxy_server_config.yaml index 10f0d4a751..f9f77c05ae 100644 --- a/proxy_server_config.yaml +++ b/proxy_server_config.yaml @@ -89,6 +89,7 @@ model_list: litellm_params: model: text-completion-openai/gpt-3.5-turbo-instruct litellm_settings: + # set_verbose: True # Uncomment this if you want to see verbose logs; not recommended in production drop_params: True # max_budget: 100 # budget_duration: 30d