Skip to content

Commit 872bf91

Browse files
Vamshi AdimallaVamshi Adimalla
authored andcommitted
Lint
1 parent f2246ba commit 872bf91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deepeval/benchmarks/gsm8k/gsm8k.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def predict(self, model: DeepEvalBaseLLM, golden: Golden) -> Dict:
106106
elif isinstance(res, NumberSchema):
107107
prediction = str(res.answer)
108108
else:
109-
raise TypeError # Much eaiser to just add confinement instructions
109+
raise TypeError # Much eaiser to just add confinement instructions
110110
except (TypeError, AttributeError):
111111
prompt += f"\n\n{self.confinement_instructions}"
112112
prediction = model.generate(prompt)

0 commit comments

Comments
 (0)