Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Jing Xu committed Mar 22, 2022
1 parent 1d665ce commit 2a7a502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/blenderbot2/agents/blenderbot2.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __init__(
dict_agent=dict_agent,
)
self.add_cleaned_reply_to_history = opt.get(
'add_cleaned_reply_to_history', True
'add_cleaned_reply_to_history', False
)

@abstractmethod
Expand Down

0 comments on commit 2a7a502

Please sign in to comment.