s3nh commited on
Commit
7afbc0f
·
1 Parent(s): 982cd05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ prompt_template = """### HUMAN:
82
  ### RESPONSE:"""
83
 
84
  prompt_template = """System: You are a helpful assistant.
85
- User: {prompt}
86
  Assistant: """
87
 
88
  _ = [elm for elm in prompt_template.splitlines() if elm.strip()]
 
82
  ### RESPONSE:"""
83
 
84
  prompt_template = """System: You are a helpful assistant.
85
+ User: {question}
86
  Assistant: """
87
 
88
  _ = [elm for elm in prompt_template.splitlines() if elm.strip()]