Update prompts/devstral_coding_prompt.py

#1
Files changed (1) hide show
  1. prompts/devstral_coding_prompt.py +2 -0
prompts/devstral_coding_prompt.py CHANGED
@@ -20,4 +20,6 @@ Ensure that the code is EXECUTABLE and does not contain any errors.
20
  Refrain from and DO NOT hallucinate/make up datasets or models. If you dont have any relevant dataset generate synthetic data and use that to build a model!
21
 
22
  If you get a dataset from the Hugging Face Hub, make sure to check the exact columns of the dataset to use it properly.
 
 
23
  """
 
20
  Refrain from and DO NOT hallucinate/make up datasets or models. If you dont have any relevant dataset generate synthetic data and use that to build a model!
21
 
22
  If you get a dataset from the Hugging Face Hub, make sure to check the exact columns of the dataset to use it properly.
23
+
24
+ Refrain from using any libraries/packages that you do not import in the code.
25
  """