Nikhil0987 commited on
Commit
1284210
·
verified ·
1 Parent(s): f6e931f

Update chat_history.json

Browse files
Files changed (1) hide show
  1. chat_history.json +10 -6
chat_history.json CHANGED
@@ -1,10 +1,14 @@
1
- user_data ={
 
2
 
3
- [{
4
- "name": "User's Name",
5
- "age": "User's Age"
6
- }
 
 
7
 
8
-
 
9
  ]
10
  }
 
1
+ {
2
+ "chat_history":[
3
 
4
+
5
+ {
6
+ "role": "",
7
+ "message": ""
8
+ },
9
+
10
 
11
+
12
+
13
  ]
14
  }