s3nh commited on
Commit
36f9d4e
·
1 Parent(s): 95d083c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -81,6 +81,11 @@ prompt_template = """### HUMAN:
81
 
82
  ### RESPONSE:"""
83
 
 
 
 
 
 
84
  _ = [elm for elm in prompt_template.splitlines() if elm.strip()]
85
  stop_string = [elm.split(":")[0] + ":" for elm in _][-2]
86
 
 
81
 
82
  ### RESPONSE:"""
83
 
84
+ prompt_template = """System: You are a helpful assistant.
85
+ User: {prompt}
86
+ Assistant: """
87
+
88
+
89
  _ = [elm for elm in prompt_template.splitlines() if elm.strip()]
90
  stop_string = [elm.split(":")[0] + ":" for elm in _][-2]
91