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
This commit is contained in:
Krish Dholakia 2025-03-03 23:06:11 -08:00 committed by GitHub
parent 8ea3d4c046
commit b5beed5812
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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