forked from phoenix/litellm-mirror
fix(utils.py): fix pre call rules
This commit is contained in:
parent
b991a35ebe
commit
2a681c1874
2 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ def test_completion_gpt4_vision():
|
|||
pass
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
# test_completion_gpt4_vision()
|
||||
test_completion_gpt4_vision()
|
||||
|
||||
def test_completion_perplexity_api():
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue