This commit is contained in:
Nick
2019-11-02 14:19:38 -06:00
parent edbcf889d8
commit 148c492eeb
+1 -1
View File
@@ -37,7 +37,7 @@ def play_unconstrained():
action = action[2:]
action = " You " + action + ". "
action = remove_profanity(text)
action = remove_profanity(action)
action = first_to_second_person(action)
result = story_manager.act(action)