From 42ce03466d89cd333f94edc79130a22aaff34ebd Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 8 Aug 2024 15:55:01 -0700 Subject: [PATCH] fix(anthropic.py): fix translation from /v1/messages format to openai format --- litellm/proxy/_new_secret_config.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/litellm/proxy/_new_secret_config.yaml b/litellm/proxy/_new_secret_config.yaml index 0388b4b94a..6c50147340 100644 --- a/litellm/proxy/_new_secret_config.yaml +++ b/litellm/proxy/_new_secret_config.yaml @@ -1,11 +1,7 @@ model_list: - - model_name: "gpt-4" + - model_name: "claude-3-5-sonnet-20240620" litellm_params: - model: "gpt-4" - api_key: "bad_key" - - model_name: "gpt-4o" - litellm_params: - model: "gpt-4o" + model: "claude-3-5-sonnet-20240620" litellm_settings: max_internal_user_budget: 0.001