mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-10 11:40:48 +08:00
Merge branch 'develop' of http://github.com/nickwalton/AIDungeon into develop
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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' ")
|
||||
|
||||
Reference in New Issue
Block a user