Merge branch 'develop' of http://github.com/nickwalton/AIDungeon into develop

This commit is contained in:
Nick
2019-11-28 18:53:01 -07:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ class GPT2Generator:
def generate(self, prompt, options=None, seed=1):
debug_print = False
debug_print = True
prefix = self.prompt_replace(prompt)
if debug_print:
+1 -1
View File
@@ -24,7 +24,7 @@ def select_game():
if choice == len(settings):
console_print("Enter a sentence or two that describes the context of who your character is. Ex. ' " +
"You are a knight living in the king of Larion. You have a sword and shield. '")
"You are a knight living in the king of Larion. You have a sword and shield.'")
context = input("Context: ")
console_print("Enter the first couple sentences to start your adventure off. Ex. " +
"'You enter the forest searching for the dragon and see' ")