mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
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:
parent
ed5b29cad7
commit
da121bd792
2 changed files with 13 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue