This commit is contained in:
Nick Walton
2019-09-26 13:44:17 -06:00
parent c0707e56f7
commit fd1b2aff78
2 changed files with 6 additions and 11 deletions
+2
View File
@@ -266,6 +266,8 @@ class CTRLGenerator():
def generate(self, prompt, options=None):
prompt = self.prompt_replace(prompt)
print("\n\n*****DEBUG*****")
print("Prompt is:")
print(prompt + "\n\n")
if options is None: options = dict()
if "used_verbs" not in options: