Logan Zoellner commited on
Commit
643d279
1 Parent(s): 99260a9
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -6,6 +6,10 @@ import re
6
  import random
7
  from words import *
8
 
 
 
 
 
9
  basePrompt="""
10
  The following session was recorded from a text adventure game.
11
  ----
 
6
  import random
7
  from words import *
8
 
9
+
10
+ # GPT-J-6B API
11
+ 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
  ----