fix(team_endpoints.py): allow team member to view team info (#8644)

* fix(team_endpoints.py): allow team member to view team info

* test: handle model overloaded in tool calling test

* test: handle internal server error
This commit is contained in:
Krish Dholakia 2025-02-18 22:28:57 -08:00 committed by GitHub
parent ed5b29cad7
commit da121bd792
2 changed files with 13 additions and 24 deletions

View file

@ -294,8 +294,7 @@ class TestOpenAIChatCompletion(BaseLLMChatTest):
)
assert response is not None
except litellm.InternalServerError:
pytest.skip("OpenAI API is raising internal server errors")
pytest.skip("Skipping test due to InternalServerError")
def test_completion_bad_org():
import litellm