From b9e1c66ebe3cc0f462424517bd3cee3a51fb888e Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 2 Dec 2023 11:32:29 -0800 Subject: [PATCH] (fix) general proxy config yaml --- litellm/proxy/proxy_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/proxy/proxy_config.yaml b/litellm/proxy/proxy_config.yaml index 0d93c2daa57..e7848f0dc50 100644 --- a/litellm/proxy/proxy_config.yaml +++ b/litellm/proxy/proxy_config.yaml @@ -4,5 +4,5 @@ model_list: model: gpt-3.5-turbo general_settings: - otel: True - master_key: sk-1234 # [OPTIONAL] Only use this if you to require all calls to contain this key (Authorization: Bearer sk-1234) + # otel: True # OpenTelemetry Logger + # master_key: sk-1234 # [OPTIONAL] Only use this if you to require all calls to contain this key (Authorization: Bearer sk-1234)