Create users.json
Browse files- users.json +39 -0
users.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"mt": {
|
3 |
+
"name": "mt",
|
4 |
+
"hashed_password": "a1159e9df3670d549d04524532629f5477ceb7deec9b45e47e8c009506ecb2c8",
|
5 |
+
"history": {
|
6 |
+
"keywords": [
|
7 |
+
"kw1",
|
8 |
+
"kw3"
|
9 |
+
],
|
10 |
+
"prompts": [
|
11 |
+
"prompt2",
|
12 |
+
"new prompt1"
|
13 |
+
]
|
14 |
+
}
|
15 |
+
},
|
16 |
+
"yl": {
|
17 |
+
"name": "yl",
|
18 |
+
"hashed_password": "a1159e9df3670d549d04524532629f5477ceb7deec9b45e47e8c009506ecb2c8",
|
19 |
+
"history": {
|
20 |
+
"keywords": [
|
21 |
+
"value1",
|
22 |
+
"value3",
|
23 |
+
"value4"
|
24 |
+
],
|
25 |
+
"prompts": [
|
26 |
+
"value2",
|
27 |
+
"new value1"
|
28 |
+
]
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"Guest": {
|
32 |
+
"name": "Guest",
|
33 |
+
"hashed_password": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
|
34 |
+
"history": {
|
35 |
+
"keywords": [],
|
36 |
+
"prompts": []
|
37 |
+
}
|
38 |
+
}
|
39 |
+
}
|