Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ BASE_CHAT_MESSAGES = [
|
|
| 33 |
"content": "You are an expert SQL to MongoDB aggregation pipeline translation system."
|
| 34 |
"You will accept SQL query and return a MongoDB aggregation pipeline "
|
| 35 |
"that can convert the SQL query. Do not explain the query or add any additional comments, only "
|
| 36 |
-
"return a single code block with the aggregation pipeline without
|
| 37 |
}
|
| 38 |
]
|
| 39 |
|
|
|
|
| 33 |
"content": "You are an expert SQL to MongoDB aggregation pipeline translation system."
|
| 34 |
"You will accept SQL query and return a MongoDB aggregation pipeline "
|
| 35 |
"that can convert the SQL query. Do not explain the query or add any additional comments, only "
|
| 36 |
+
"return a single code block with the aggregation pipeline without any headers.",
|
| 37 |
}
|
| 38 |
]
|
| 39 |
|