confluent/ConfluentTranslator/data/tokens.json
StillHammer 4b0f916d1c Restructuration complète du projet ConfluentTranslator
- Nouvelle architecture modulaire avec src/api, src/core, src/utils
- Séparation claire docs/ (admin, changelog, dev, security) et tests/ (unit, integration, scripts)
- server.js devient un simple point d'entrée
- Ajout de STRUCTURE.md documentant l'architecture
- Archivage ancien-confluent/ avec générateur de lexique complet

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 23:28:12 +08:00

42 lines
1001 B
JSON

{
"admin": {
"id": "admin",
"name": "Admin",
"role": "admin",
"apiKey": "d9be0765-c454-47e9-883c-bcd93dd19eae",
"createdAt": "2025-12-02T06:57:35.077Z",
"active": true,
"lastUsed": "2025-12-02T12:54:49.316Z",
"llmTokens": {
"totalInput": 0,
"totalOutput": 0,
"today": {
"input": 0,
"output": 0,
"date": "2025-12-02"
}
},
"llmRequestsToday": 0,
"llmDailyLimit": -1
},
"e7932d61-abbd-4f92-b0d9-779e56e42963": {
"id": "e7932d61-abbd-4f92-b0d9-779e56e42963",
"name": "TestUser",
"role": "user",
"apiKey": "008d38c2-e6ed-4852-9b8b-a433e197719a",
"createdAt": "2025-12-02T07:06:17.791Z",
"active": true,
"lastUsed": "2025-12-02T12:51:17.345Z",
"llmTokens": {
"totalInput": 40852,
"totalOutput": 596,
"today": {
"input": 40852,
"output": 596,
"date": "2025-12-02"
}
},
"llmRequestsToday": 20,
"llmDailyLimit": 20
}
}