forked from phoenix/litellm-mirror
parallelism tests
This commit is contained in:
parent
e37c2f19f4
commit
19d26b944e
2 changed files with 2 additions and 1 deletions
|
@ -43,6 +43,7 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
# Run pytest and generate JUnit XML report
|
# Run pytest and generate JUnit XML report
|
||||||
|
parallelism: 10
|
||||||
- run:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
command: |
|
command: |
|
||||||
|
|
|
@ -386,7 +386,7 @@ def test_completion_azure():
|
||||||
|
|
||||||
# test_completion_azure()
|
# test_completion_azure()
|
||||||
|
|
||||||
# new azure test for using litellm. vars
|
# new azure test for using litellm. vars
|
||||||
# use the following vars in this test and make an azure_api_call
|
# use the following vars in this test and make an azure_api_call
|
||||||
# litellm.api_type = self.azure_api_type
|
# litellm.api_type = self.azure_api_type
|
||||||
# litellm.api_base = self.azure_api_base
|
# litellm.api_base = self.azure_api_base
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue