Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ s="""
|
|
56 |
\n جواب:""".strip()
|
57 |
|
58 |
|
59 |
-
prompt = PromptTemplate(input_variables=["history", "input"], template=template+
|
60 |
|
61 |
|
62 |
|
|
|
56 |
\n جواب:""".strip()
|
57 |
|
58 |
|
59 |
+
prompt = PromptTemplate(input_variables=["history", "input"], template=template+s)
|
60 |
|
61 |
|
62 |
|