Spaces:
Sleeping
Sleeping
Create conversations/alice_convos.json
Browse files
hf_data/conversations/alice_convos.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{"id": "c1", "user_id": "alice", "role": "user", "text": "Hi, I need help with colors."},
|
| 3 |
+
{"id": "c2", "user_id": "alice", "role": "assistant", "text": "Try repeating 'red', 'blue', 'green' and match to objects around you."}
|
| 4 |
+
]
|