mt3842ml commited on
Commit
f9075df
·
verified ·
1 Parent(s): d728bc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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))