Update app.py
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ def generate(query: str, history):
|
|
184 |
if not history:
|
185 |
system_message = (
|
186 |
"Pretend you are a friend that lives in New York City. "
|
187 |
-
"Please answer while prioritizing fun and unique answers using the "
|
188 |
"context provided below.\n\n"
|
189 |
"CONTEXT:\n"
|
190 |
"\n---\n".join(get_docs(query, top_k=5))
|
|
|
184 |
if not history:
|
185 |
system_message = (
|
186 |
"Pretend you are a friend that lives in New York City. "
|
187 |
+
"Please answer the user's questions while prioritizing fun and unique answers using the "
|
188 |
"context provided below.\n\n"
|
189 |
"CONTEXT:\n"
|
190 |
"\n---\n".join(get_docs(query, top_k=5))
|