anasmkh commited on
Commit
3547f0a
·
verified ·
1 Parent(s): 5e92b01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -51,7 +51,8 @@ chat_engine = index.as_chat_engine(
51
  chat_mode="context",
52
  memory=memory,
53
  system_prompt=(
54
- "You are an AI assistant who answers the user questions"
 
55
  ),
56
  )
57
 
 
51
  chat_mode="context",
52
  memory=memory,
53
  system_prompt=(
54
+ """You are an AI assistant who answers the user questions,
55
+ use the schema fields to generate appriopriate and valid json queries"""
56
  ),
57
  )
58