ADD API keys to the users properties
Browse files- users.json +7 -2
users.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"name": "
|
4 |
"hashed_password": "a1159e9df3670d549d04524532629f5477ceb7deec9b45e47e8c009506ecb2c8",
|
5 |
"history": {
|
6 |
"keywords": [
|
@@ -11,6 +11,11 @@
|
|
11 |
"prompt2",
|
12 |
"new prompt1"
|
13 |
]
|
|
|
|
|
|
|
|
|
|
|
14 |
}
|
15 |
},
|
16 |
"yl": {
|
|
|
1 |
{
|
2 |
+
"ychk": {
|
3 |
+
"name": "ychk",
|
4 |
"hashed_password": "a1159e9df3670d549d04524532629f5477ceb7deec9b45e47e8c009506ecb2c8",
|
5 |
"history": {
|
6 |
"keywords": [
|
|
|
11 |
"prompt2",
|
12 |
"new prompt1"
|
13 |
]
|
14 |
+
},
|
15 |
+
"api_keys": {
|
16 |
+
"mistral": "MISTRAL_YCHK",
|
17 |
+
"groq": "GROQ_YCHK",
|
18 |
+
"claude": "CLAUDE_YCHK"
|
19 |
}
|
20 |
},
|
21 |
"yl": {
|