Spaces:
PhilSpiel
/
Running

PhilSpiel commited on
Commit
7e2c1ac
1 Parent(s): 4e214c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -21,6 +21,7 @@ openai_model = "gpt-3.5-turbo-0125"
21
  ################# End OpenAI-SPECIFIC VALUES ######################
22
 
23
  tx = os.getenv("TX")
 
24
 
25
  ############### CHAT ###################
26
  def predict(user_input, history):
 
21
  ################# End OpenAI-SPECIFIC VALUES ######################
22
 
23
  tx = os.getenv("TX")
24
+ prefix = "/data/" # "data/" if local or not persistent in HF
25
 
26
  ############### CHAT ###################
27
  def predict(user_input, history):