From fa2c94aacb6fbf2d0a3b2512e25944882ea5fa40 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 23 Jan 2024 08:40:21 -0800 Subject: [PATCH] (docs) remove custom_auth in example config.yaml --- litellm/proxy/proxy_config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/proxy/proxy_config.yaml b/litellm/proxy/proxy_config.yaml index 29aa3cf4ff..36f0aeb106 100644 --- a/litellm/proxy/proxy_config.yaml +++ b/litellm/proxy/proxy_config.yaml @@ -64,7 +64,6 @@ litellm_settings: general_settings: master_key: sk-1234 - custom_key_generate: custom_auth.generate_key_fn # database_type: "dynamo_db" # database_args: { # 👈 all args - https://github.com/BerriAI/litellm/blob/befbcbb7ac8f59835ce47415c128decf37aac328/litellm/proxy/_types.py#L190 # "billing_mode": "PAY_PER_REQUEST",