[Evaluation] Config Fix (#18231)

This commit is contained in:
William FH 2024-02-29 00:06:46 -08:00 committed by GitHub
parent 1b63530274
commit 8af4425abd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -296,7 +296,7 @@ class RunEvalConfig(BaseModel):
Whether to ignore numbers when comparing strings.
"""
evaluator_type: EvaluatorType = EvaluatorType.STRING_DISTANCE
evaluator_type: EvaluatorType = EvaluatorType.EXACT_MATCH
ignore_case: bool = False
ignore_punctuation: bool = False
ignore_numbers: bool = False