Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,8 @@ 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 +56,6 @@ 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 |
+
> {
|
51 |
> "feeling": "sad",
|
52 |
> "needs_comfort": true,
|
53 |
> "response": {
|
|
|
56 |
> "emotional_connection": "emphasized",
|
57 |
> "conversational_assistance": "provided"
|
58 |
> }
|
59 |
+
> }
|
60 |
+
> ```
|
61 |
|