Update app.py
Browse files
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 |
|