Logan Zoellner commited on
Commit
4d381d5
1 Parent(s): b0a3ad2

prompt engineering

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -12,11 +12,12 @@ API_URL = "https://api-inference.huggingface.co/models/EleutherAI/gpt-j-6B"
12
 
13
  basePrompt="""
14
  The following session was recorded from a text adventure game.
15
- ----
 
16
  """
17
 
18
  story="""
19
- Computer: You approach the enterance of the dungeon.
20
  """
21
 
22
 
 
12
 
13
  basePrompt="""
14
  The following session was recorded from a text adventure game.
15
+ computer: you are an adventurer exploring the darkest dungeon
16
+ player: enter dungeon
17
  """
18
 
19
  story="""
20
+ Computer: You are standing in the enterance of the dungeon.
21
  """
22
 
23