Skip to content

Commit c6d72f8

Browse files
authored
Update _fluency.py (Azure#38519)
1 parent 0843fae commit c6d72f8

File tree

1 file changed

+1
-1
lines changed
  • sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_evaluators/_fluency

1 file changed

+1
-1
lines changed

sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_evaluators/_fluency/_fluency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class FluencyEvaluator(PromptyEvaluatorBase[Union[str, float]]):
4343
_PROMPTY_FILE = "fluency.prompty"
4444
_RESULT_KEY = "fluency"
4545

46-
id = "azureml://registries/azureml/models/Fluency-Evaluator/versions/3"
46+
id = "azureml://registries/azureml/models/Fluency-Evaluator/versions/4"
4747
"""Evaluator identifier, experimental and to be used only with evaluation in cloud."""
4848

4949
@override

0 commit comments

Comments
 (0)