YchKhan commited on
Commit
a8120ec
1 Parent(s): 29588a8

ADD API keys to the users properties

Browse files
Files changed (1) hide show
  1. users.json +7 -2
users.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "mt": {
3
- "name": "mt",
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": {