modify question generation

This commit is contained in:
Robin COuret
2026-02-19 18:01:53 +01:00
parent 1b00ab25f7
commit 1b0e889f07

View File

@@ -43,5 +43,5 @@ def completion(knowledge: Knowledge):
if(index_mark > 0):
questions.append(sent[0:index_mark+1])
return {"questions": questions, "sentence":sents}
return questions