This commit is contained in:
ahmed531998 2023-04-10 01:34:58 +02:00
parent 3dd242e6c7
commit 6d0cadfc75
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"