feat: refactor LLM API handling, add tests for key rotation and update package files

This commit is contained in:
2026-05-12 07:38:38 +00:00
parent 328d6b2100
commit 2ced37f54f
5 changed files with 600 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"version": "1.0.0",
"type": "module",
"scripts": {
"test": "node --test app/git.test.js"
"test": "node --test git.test.js config.test.js llm.test.js"
},
"dependencies": {
"axios": "^1.6.7",