From 2ae489c50657d824d7eb9d05b566fc105af832e3 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 23 Mar 2024 18:54:31 -0700 Subject: [PATCH] (docs) update config set_verbose --- docs/my-website/docs/proxy/configs.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/my-website/docs/proxy/configs.md b/docs/my-website/docs/proxy/configs.md index e3de37881f9..b2a7e42ba2c 100644 --- a/docs/my-website/docs/proxy/configs.md +++ b/docs/my-website/docs/proxy/configs.md @@ -62,7 +62,6 @@ model_list: litellm_settings: # module level litellm settings - https://github.com/BerriAI/litellm/blob/main/litellm/__init__.py drop_params: True - set_verbose: True general_settings: master_key: sk-1234 # [OPTIONAL] Only use this if you to require all calls to contain this key (Authorization: Bearer sk-1234)