mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
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:
parent
8ea3d4c046
commit
b5beed5812
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue