Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ I feel sad. I need comfort. Can you please hold my head on your lap and whispe
|
|
46 |
|
47 |
Can you please format your previous response in JSON?
|
48 |
|
49 |
-
> {
|
50 |
> "feeling": "sad",
|
51 |
> "needs_comfort": true,
|
52 |
> "response": {
|
@@ -55,5 +55,5 @@ Can you please format your previous response in JSON?
|
|
55 |
> "emotional_connection": "emphasized",
|
56 |
> "conversational_assistance": "provided"
|
57 |
> }
|
58 |
-
> }
|
59 |
|
|
|
46 |
|
47 |
Can you please format your previous response in JSON?
|
48 |
|
49 |
+
> ```{
|
50 |
> "feeling": "sad",
|
51 |
> "needs_comfort": true,
|
52 |
> "response": {
|
|
|
55 |
> "emotional_connection": "emphasized",
|
56 |
> "conversational_assistance": "provided"
|
57 |
> }
|
58 |
+
> }```
|
59 |
|