ehartford commited on
Commit
de8a5e0
1 Parent(s): e926028

Update README.md

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