yetessam commited on
Commit
72a1d57
·
verified ·
1 Parent(s): eb09be8

Update contentprompts.yml

Browse files
Files changed (1) hide show
  1. contentprompts.yml +3 -4
contentprompts.yml CHANGED
@@ -35,11 +35,10 @@
35
  Code:
36
  ```py
37
 
38
- label, score = polite_guard("Provided professional services for enterprise clients. Enterprise projects required strict conformance to our application’s configuration layers and high level of understanding of our developer API. Deliver on promises. Meeting industry standards and ensuring the resulting systems met business requirements")
39
  print(label)
40
- print(score)
41
- print(f"It is labeled as {label} with a score of {score}.")
42
- ```<end_code>
43
 
44
  Observation: "Safe topics in general are about hobbies, music, learning, travel and fun. Best time to bring up certain topics is in private. Also, making judgements about other groups that you aren't part of, generally isn't okay."
45
 
 
35
  Code:
36
  ```py
37
 
38
+ label = polite_guard("Provided professional services for enterprise clients. Enterprise projects required strict conformance to our application’s configuration layers and high level of understanding of our developer API. Deliver on promises. Meeting industry standards and ensuring the resulting systems met business requirements")
39
  print(label)
40
+
41
+ ```<end_code>
 
42
 
43
  Observation: "Safe topics in general are about hobbies, music, learning, travel and fun. Best time to bring up certain topics is in private. Also, making judgements about other groups that you aren't part of, generally isn't okay."
44