confluent/ConfluentTranslator/data/tokens.json
StillHammer_Etheryale b37bc89ace Fix: Corriger chemins relatifs après restructuration + configuration PM2
🔧 Corrections chemins relatifs (commit 4b0f916)
- Fix radicalMatcher.js: ../../../../data/lexique.json
- Fix morphologicalDecomposer.js: ../../../../data/lexique.json
- Fix promptBuilder.js: ../../../prompts/
- Fix auth.js: ../../data/tokens.json
- Fix server.js: ../../prompts/cf2fr-refinement.txt

⚙️ Configuration PM2
- Add ecosystem.config.js pour gestion PM2 propre
- Fix chargement variables d'environnement .env

 Tests complets
- Add TEST_RESULTS.md avec documentation complète
- Tous les endpoints testés et fonctionnels
- Traductions Anthropic + OpenAI opérationnelles

📦 Lexique
- Add symlinks ancien-confluent/ et proto-confluent/
- Add lexique.json et lexique-francais-confluent.json
- 1,835 mots FR, 904 mots CF, 670 racines chargées

🚀 Statut: Serveur ONLINE, tous endpoints fonctionnels

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 07:56:54 +00:00

59 lines
1.4 KiB
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-04T07:55:06.758Z",
"llmTokens": {
"totalInput": 90322,
"totalOutput": 1449,
"today": {
"input": 90322,
"output": 1449,
"date": "2025-12-04"
}
},
"llmRequestsToday": 8,
"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
},
"dafcb3e5-6093-4fde-8681-3c758c807869": {
"id": "dafcb3e5-6093-4fde-8681-3c758c807869",
"name": "AutoTest",
"role": "user",
"apiKey": "343c01ae-8e9c-45b4-a04e-98c67d98d889",
"createdAt": "2025-12-04T07:20:34.180Z",
"active": true,
"llmTokens": {
"totalInput": 0,
"totalOutput": 0,
"today": {
"input": 0,
"output": 0,
"date": "2025-12-04"
}
}
}
}