bpHigh Master-warrier commited on
Commit
138bbc0
·
verified ·
1 Parent(s): 03247dd

Update prompts/devstral_coding_prompt.py (#3)

Browse files

- Update prompts/devstral_coding_prompt.py (0fdb29ae28d4a352e8e6a2afd32557e4bef45308)


Co-authored-by: Abhinav Bhatnagar <[email protected]>

Files changed (1) hide show
  1. prompts/devstral_coding_prompt.py +3 -1
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 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
  """
 
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
  """