(ci/cd) run again

This commit is contained in:
Ishaan Jaff 2024-05-14 20:18:12 -07:00
parent aaea02dee8
commit 6d1ae5b9c4
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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