From b5beed5812649b3ca17b6681bb51644ac5f02edb Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Mon, 3 Mar 2025 23:06:11 -0800 Subject: [PATCH] Litellm dev 03 01 2025 p2 (#8944) * test(test_router_tag_routing.py): add unit test for tag-based routing on embeddings * fix(router.py): pass request kwargs on async embeddings to async_get_available_deployment function * fix(router.py): require request kwargs to always be passed in ensures tag-based routing always works, across endpoints * feat(langfuse_prompt_management.py): support using prompt management per langfuse project with key/team based logging * fix: fix linting error * fix: fix test * fix: fix test * fix: fix test * fix: fix linting error --- litellm/proxy/_new_secret_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/_new_secret_config.yaml b/litellm/proxy/_new_secret_config.yaml index c01d2e7751f..7c3caf74ff2 100644 --- a/litellm/proxy/_new_secret_config.yaml +++ b/litellm/proxy/_new_secret_config.yaml @@ -6,4 +6,4 @@ model_list: - model_name: openai-model litellm_params: model: openai/gpt-3.5-turbo - api_key: os.environ/OPENAI_API_KEY + api_key: os.environ/OPENAI_API_KEY \ No newline at end of file