Closed jianguoz closed 1 year ago
@skywalker023 add self.reset_history() when user_input=="[END]". Otherwise the current conversational history will accumulate to the new conversation if user taps "Y".
self.reset_history()
user_input=="[END]"
Thanks so much for the contribution!
@skywalker023 add
self.reset_history()
whenuser_input=="[END]"
. Otherwise the current conversational history will accumulate to the new conversation if user taps "Y".