From 40d12f307d308f6bedaebf9b8632726aa0a47ed6 Mon Sep 17 00:00:00 2001 From: Roger Oriol Date: Sat, 24 Jan 2026 17:34:48 +0100 Subject: [PATCH] set litellm verbose flag --- litellm/litellm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/litellm.yaml b/litellm/litellm.yaml index 4a7f3c1..92e1b27 100644 --- a/litellm/litellm.yaml +++ b/litellm/litellm.yaml @@ -22,7 +22,7 @@ data: model: ollama/glm-4.7-flash api_base: http://10.88.88.235:11434 litellm_settings: - # set_verbose: True # Uncomment this if you want to see verbose logs; not recommended in production + set_verbose: True # Uncomment this if you want to see verbose logs; not recommended in production callbacks: ["otel"] drop_params: True # max_budget: 100