ehartford commited on
Commit
87e23cd
1 Parent(s): de8a5e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
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