forked from phoenix/litellm-mirror
(ci/cd) run again
This commit is contained in:
parent
aaea02dee8
commit
6d1ae5b9c4
2 changed files with 2 additions and 1 deletions
|
@ -59,6 +59,7 @@ jobs:
|
||||||
pip install google-cloud-aiplatform
|
pip install google-cloud-aiplatform
|
||||||
pip install prometheus-client==0.20.0
|
pip install prometheus-client==0.20.0
|
||||||
pip install "pydantic==2.7.1"
|
pip install "pydantic==2.7.1"
|
||||||
|
pip install "diskcache==5.6.1"
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- ./venv
|
- ./venv
|
||||||
|
|
|
@ -93,7 +93,7 @@ def _openai_mock_response(*args, **kwargs) -> litellm.ModelResponse:
|
||||||
|
|
||||||
def test_null_role_response():
|
def test_null_role_response():
|
||||||
"""
|
"""
|
||||||
Test if api returns 'null' role, 'assistant' role is still returned
|
Test if the api returns 'null' role, 'assistant' role is still returned
|
||||||
"""
|
"""
|
||||||
import openai
|
import openai
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue