From 6d3f3f3230c4ea83f14b46ff1661209bed101abc Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 8 Aug 2024 13:05:03 -0700 Subject: [PATCH] fix(internal_user_endpoints.py): expose new 'internal_user_budget_duration' flag Relevant to - https://github.com/BerriAI/litellm/issues/5106 --- litellm/proxy/_new_secret_config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/litellm/proxy/_new_secret_config.yaml b/litellm/proxy/_new_secret_config.yaml index 97457ef84b..0388b4b94a 100644 --- a/litellm/proxy/_new_secret_config.yaml +++ b/litellm/proxy/_new_secret_config.yaml @@ -2,3 +2,12 @@ model_list: - model_name: "gpt-4" litellm_params: model: "gpt-4" + api_key: "bad_key" + - model_name: "gpt-4o" + litellm_params: + model: "gpt-4o" + +litellm_settings: + max_internal_user_budget: 0.001 + internal_user_budget_duration: "5m" +