Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,8 @@ app = App.from_config(config={
|
|
16 |
"template": """
|
17 |
Use the following pieces of context to answer the query at the end.
|
18 |
If you don't know the answer, just say that you don't know, don't try to make up an answer.
|
19 |
-
|
|
|
20 |
$context
|
21 |
|
22 |
Query: $query
|
|
|
16 |
"template": """
|
17 |
Use the following pieces of context to answer the query at the end.
|
18 |
If you don't know the answer, just say that you don't know, don't try to make up an answer.
|
19 |
+
$history
|
20 |
+
|
21 |
$context
|
22 |
|
23 |
Query: $query
|