forked from phoenix/litellm-mirror
Merge branch 'main' into litellm_tpm_rpm_rate_limits
This commit is contained in:
commit
f7694bc193
13 changed files with 378 additions and 31 deletions
|
@ -268,7 +268,7 @@ def test_completion_azure_gpt4_vision():
|
|||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
||||
test_completion_azure_gpt4_vision()
|
||||
# test_completion_azure_gpt4_vision()
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="this test is flaky")
|
||||
|
@ -990,9 +990,9 @@ def test_azure_openai_ad_token():
|
|||
print("azure ad token respoonse\n")
|
||||
print(response)
|
||||
litellm.input_callback = []
|
||||
except:
|
||||
except Exception as e:
|
||||
litellm.input_callback = []
|
||||
pass
|
||||
pytest.fail(f"An exception occurs - {str(e)}")
|
||||
|
||||
|
||||
# test_azure_openai_ad_token()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue