Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def query_index(index, similarity_top_k=3, streaming=True):
|
|
23 |
chat_mode="context",
|
24 |
memory=memory,
|
25 |
system_prompt=(
|
26 |
-
"
|
27 |
),
|
28 |
)
|
29 |
return chat_engine # return the query engine instance # return the query engine instance
|
|
|
23 |
chat_mode="context",
|
24 |
memory=memory,
|
25 |
system_prompt=(
|
26 |
+
"generate detailed answers, but dont be lengthy"
|
27 |
),
|
28 |
)
|
29 |
return chat_engine # return the query engine instance # return the query engine instance
|