Update prompts/devstral_coding_prompt.py
Browse files
prompts/devstral_coding_prompt.py
CHANGED
|
@@ -17,5 +17,7 @@ Just return the full execution code block in a python codefence as shown below w
|
|
| 17 |
|
| 18 |
Ensure that the code is EXECUTABLE and does not contain any errors.
|
| 19 |
|
| 20 |
-
Refrain from
|
|
|
|
|
|
|
| 21 |
"""
|
|
|
|
| 17 |
|
| 18 |
Ensure that the code is EXECUTABLE and does not contain any errors.
|
| 19 |
|
| 20 |
+
Refrain from using any libraries/packages that you do not import in the code.
|
| 21 |
+
|
| 22 |
+
Refrain from and DO NOT hallucinate/make up datasets or models. If you are not confident of any relevant dataset being there generate synthetic data and use that to build a model! Thats always safer.
|
| 23 |
"""
|