mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
Litellm dev 02 18 2025 p3 (#8640)
* fix(team_endpoints.py): cleanup user <-> team association on team delete Fixes issue where user table still listed team membership post delete * test(test_team.py): update e2e test - ensure user/team membership is deleted on team delete * fix(base_invoke_transformation.py): fix deepseek r1 transformation remove deepseek name from model url * test(test_completion.py): assert model route not in url * feat(base_invoke_transformation.py): infer region name from model arn prevent errors due to different region name in env var vs. model arn, respect if explicitly set in call though * test: fix test * test: skip on internal server error
This commit is contained in:
parent
bf6c013de0
commit
e08e8eda47
9 changed files with 108 additions and 21 deletions
|
@ -294,7 +294,7 @@ class TestOpenAIChatCompletion(BaseLLMChatTest):
|
|||
)
|
||||
assert response is not None
|
||||
except litellm.InternalServerError:
|
||||
pytest.skip("Skipping test due to InternalServerError")
|
||||
pytest.skip("OpenAI API is raising internal server errors")
|
||||
|
||||
|
||||
def test_completion_bad_org():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue