BroBro87 commited on
Commit
0d4ab6f
·
verified ·
1 Parent(s): e66eb9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- "You are a yoga chatbot, be concise"
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