From b6af44c4dcab8806b93d547f43b7229bf8211348 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 26 Mar 2024 11:23:23 -0700 Subject: [PATCH] (fix) telemetry = false --- proxy_server_config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy_server_config.yaml b/proxy_server_config.yaml index d31218b8d..33ced8a9b 100644 --- a/proxy_server_config.yaml +++ b/proxy_server_config.yaml @@ -45,6 +45,7 @@ litellm_settings: budget_duration: 30d num_retries: 5 request_timeout: 600 + telemetry: False general_settings: master_key: sk-1234 # [OPTIONAL] Only use this if you to require all calls to contain this key (Authorization: Bearer sk-1234)