Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,8 @@ Goji berry/wolfberry/Gou Qi Zi/Gouqizi
|
|
90 |
Red dates/Jujubes/Hong Zao/Hongzao
|
91 |
"""
|
92 |
|
93 |
-
prompt_template = PromptTemplate.from_template(
|
|
|
94 |
user:{query}\
|
95 |
assistance:
|
96 |
''')
|
|
|
90 |
Red dates/Jujubes/Hong Zao/Hongzao
|
91 |
"""
|
92 |
|
93 |
+
prompt_template = PromptTemplate.from_template(
|
94 |
+
'''system role :{context} \
|
95 |
user:{query}\
|
96 |
assistance:
|
97 |
''')
|