Skip to content

Commit

Permalink
Update tests/metrics/de/test_reference_free_text_quality.py
Browse files Browse the repository at this point in the history
Co-authored-by: Yosuke Higashi <[email protected]>
  • Loading branch information
ischender and yosukehigashi authored Jan 31, 2024
1 parent a8cd57e commit 8ff557f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/metrics/de/test_reference_free_text_quality.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def test_answer_relevance_openai(generated_outputs, prompts):
metric_value = answer_relevance(generated_outputs,
prompts,
model_type='openai')
# "Fully Relevant" gets a value of 1.0
# "Vollständig Relevant" gets a value of 1.0
assert metric_value == 1

# Set the necessary env vars for the 'azure_openai' model type
Expand Down

0 comments on commit 8ff557f

Please sign in to comment.