s3nh commited on
Commit
e3c9e75
1 Parent(s): 18366ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -84,6 +84,10 @@ USER: {question}
84
  ASSISTANT: """
85
 
86
 
 
 
 
 
87
  _ = [elm for elm in prompt_template.splitlines() if elm.strip()]
88
  stop_string = [elm.split(":")[0] + ":" for elm in _][-2]
89
 
 
84
  ASSISTANT: """
85
 
86
 
87
+ prompt_template = """
88
+ role:Human
89
+ content: {question}"""
90
+
91
  _ = [elm for elm in prompt_template.splitlines() if elm.strip()]
92
  stop_string = [elm.split(":")[0] + ":" for elm in _][-2]
93