This commit is contained in:
ahmed531998 2023-04-10 01:34:58 +02:00
parent 79489fbf68
commit b4cf5accdf
1 changed files with 2 additions and 0 deletions

2
DM.py
View File

@ -49,5 +49,7 @@ class DM:
return "findDataset"
elif self.curr_state['intent'] == 'SUMMARIZEPAPER':
return "sumPaper"
else:
return "ConvGen"
else:
return "Clarify"