[Bug Fix]: Fix test cases and update version to 0.1.93 (#1303)

This commit is contained in:
Deshraj Yadav
2024-03-04 18:35:01 -08:00
committed by GitHub
parent 11f4ce8fb6
commit 4428768eaa
6 changed files with 6 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ def mock_data():
@pytest.fixture
def mock_answer_relevance_metric(monkeypatch):
monkeypatch.setenv("OPENAI_API_KEY", "test_api_key")
monkeypatch.setenv("OPENAI_API_BASE", "test_api_base")
metric = AnswerRelevance()
return metric