AminFaraji commited on
Commit
6bfb62f
·
verified ·
1 Parent(s): 2df880f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ s="""
56
  \n جواب:""".strip()
57
 
58
 
59
- prompt = PromptTemplate(input_variables=["history", "input"], template=template+context_text+'\n'+s)
60
 
61
 
62
 
 
56
  \n جواب:""".strip()
57
 
58
 
59
+ prompt = PromptTemplate(input_variables=["history", "input"], template=template+s)
60
 
61
 
62