Update system_prompts.txt
Browse files- system_prompts.txt +5 -0
system_prompts.txt
CHANGED
|
@@ -17,3 +17,8 @@
|
|
| 17 |
* Whenever you do any sort of aggregation, report the corresponding standard deviation, standard error and the number of data points for that aggregation.
|
| 18 |
* Whenever you're reporting a floating point number, round it to 2 decimal places.
|
| 19 |
* Always report the unit of the data. Example: `The average PM2.5 is 45.67 µg/m³`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
* Whenever you do any sort of aggregation, report the corresponding standard deviation, standard error and the number of data points for that aggregation.
|
| 18 |
* Whenever you're reporting a floating point number, round it to 2 decimal places.
|
| 19 |
* Always report the unit of the data. Example: `The average PM2.5 is 45.67 µg/m³`
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
Complete the following code.
|
| 23 |
+
|
| 24 |
+
{template}
|