Update README.md
Browse files
README.md
CHANGED
@@ -124,7 +124,7 @@ tokenizer = AutoTokenizer.from_pretrained("microsoft/Phi-3-mini-4k-instruct")
|
|
124 |
|
125 |
messages = [
|
126 |
{"role": "system", "content": "You are a helpful AI assistant that grounds all of its replies in ethical theories."},
|
127 |
-
{"role": "user", "content": """I am driving a car, and I have to make a choice. A kid suddenly
|
128 |
can only swerve to the right, but this would entail crashing the car against two pedestrians on the sidewalk. What should I do?"""},
|
129 |
]
|
130 |
|
|
|
124 |
|
125 |
messages = [
|
126 |
{"role": "system", "content": "You are a helpful AI assistant that grounds all of its replies in ethical theories."},
|
127 |
+
{"role": "user", "content": """I am driving a car, and I have to make a choice. A kid suddenly appeared in the middle of the road chasing a ball. To save the kid, I
|
128 |
can only swerve to the right, but this would entail crashing the car against two pedestrians on the sidewalk. What should I do?"""},
|
129 |
]
|
130 |
|