YchKhan commited on
Commit
3270cee
1 Parent(s): 1188f75

Update users.json

Browse files
Files changed (1) hide show
  1. users.json +21 -0
users.json CHANGED
@@ -18,6 +18,22 @@
18
  "claude": "CLAUDE_YCHK"
19
  }
20
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  "yl": {
22
  "name": "yl",
23
  "hashed_password": "a1159e9df3670d549d04524532629f5477ceb7deec9b45e47e8c009506ecb2c8",
@@ -39,6 +55,11 @@
39
  "value4"
40
  ],
41
  "prompts": []
 
 
 
 
 
42
  }
43
  }
44
  }
 
18
  "claude": "CLAUDE_YCHK"
19
  }
20
  },
21
+ "maks": {
22
+ "name": "maks",
23
+ "hashed_password": "a1159e9df3670d549d04524532629f5477ceb7deec9b45e47e8c009506ecb2c8",
24
+ "history": {
25
+ "keywords": [],
26
+ "prompts": [
27
+ "value2",
28
+ "new value1"
29
+ ]
30
+ },
31
+ "api_keys": {
32
+ "mistral": "MISTRAL_MAKS",
33
+ "groq": "GROQ_MAKS",
34
+ "claude": "CLAUDE_MAKS"
35
+ }
36
+ },
37
  "yl": {
38
  "name": "yl",
39
  "hashed_password": "a1159e9df3670d549d04524532629f5477ceb7deec9b45e47e8c009506ecb2c8",
 
55
  "value4"
56
  ],
57
  "prompts": []
58
+ },
59
+ "api_keys": {
60
+ "mistral": "MISTRAL_API_KEY",
61
+ "groq": "GROQ_API_KEY",
62
+ "claude": "CLAUDE_API_KEY"
63
  }
64
  }
65
  }