This commit is contained in:
MaiziXiao 2025-05-08 08:10:35 +00:00
parent 1acb3c30c0
commit 295f10e749

View File

@ -136,4 +136,4 @@ def answer_cleansing(
if prediction[0] and prediction[0].endswith('.'):
prediction[0] = prediction[0][:-1]
return prediction[0]
return prediction[0]