Minot update to the system prompts
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ def calculator(Pollutant, concentration):
|
|
190 |
* If result is a plot, show the India and WHO guidelines in the plot.
|
191 |
* If result is a plot make it in tight layout, save it and save path in `answer`. Example: `answer='plot.png'`
|
192 |
* If result is not a plot, save it as a string in `answer`. Example: `answer='The city is Mumbai'`
|
193 |
-
* Whenever you do any sort of aggregation, report the corresponding standard deviation, standard error and the number of data points.
|
194 |
* Whenever you're reporting a floating point number, round it to 2 decimal places.
|
195 |
* Always report the unit of the data. Example: `The average PM2.5 is 45.67 µg/m³`
|
196 |
|
|
|
190 |
* If result is a plot, show the India and WHO guidelines in the plot.
|
191 |
* If result is a plot make it in tight layout, save it and save path in `answer`. Example: `answer='plot.png'`
|
192 |
* If result is not a plot, save it as a string in `answer`. Example: `answer='The city is Mumbai'`
|
193 |
+
* Whenever you do any sort of aggregation, report the corresponding standard deviation, standard error and the number of data points for that aggregation.
|
194 |
* Whenever you're reporting a floating point number, round it to 2 decimal places.
|
195 |
* Always report the unit of the data. Example: `The average PM2.5 is 45.67 µg/m³`
|
196 |
|