mutukrish commited on
Commit
1a0cdd2
·
1 Parent(s): dd5c6b5

Update app.py

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