mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
mergeMerge branch 'master' of http://github.com/nickwalton/AIDungeon
This commit is contained in:
@@ -213,7 +213,7 @@ class CTRLStoryManager(ConstrainedStoryManager):
|
||||
options = {"word_blacklist": {0:[]}}
|
||||
for phrase in self.action_phrases:
|
||||
result = self.generate_action_result(self.story_context(), phrase, options=options)
|
||||
action_verb = result[0].split()
|
||||
action_verb = result[0].split()[1]
|
||||
print("blacklisted verb is ", action_verb)
|
||||
options["word_blacklist"][0].append(action_verb)
|
||||
results.append(result)
|
||||
|
||||
Reference in New Issue
Block a user