From 5a2f9c4768b44ec401033bd2d5ad9654515e910e Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 8 Aug 2024 10:30:15 -0700 Subject: [PATCH] fix(user_api_key_auth.py): Fixes https://github.com/BerriAI/litellm/issues/5111 --- litellm/proxy/_new_secret_config.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/litellm/proxy/_new_secret_config.yaml b/litellm/proxy/_new_secret_config.yaml index 6c50147340f..97457ef84b2 100644 --- a/litellm/proxy/_new_secret_config.yaml +++ b/litellm/proxy/_new_secret_config.yaml @@ -1,9 +1,4 @@ model_list: - - model_name: "claude-3-5-sonnet-20240620" + - model_name: "gpt-4" litellm_params: - model: "claude-3-5-sonnet-20240620" - -litellm_settings: - max_internal_user_budget: 0.001 - internal_user_budget_duration: "5m" - + model: "gpt-4"