feat: integrate llm-backed routing with fallback

This commit is contained in:
Remi
2025-10-16 19:55:13 +02:00
parent ef38542c54
commit 649cae11bc
4 changed files with 180 additions and 127 deletions

View File

@@ -10,7 +10,8 @@
"preview": "nuxt preview",
"start": "node .output/server/index.mjs",
"postinstall": "nuxt prepare",
"import:decision": "tsx --tsconfig tsconfig.scripts.json scripts/import-decision-tree.ts"
"import:decision": "tsx --tsconfig tsconfig.scripts.json scripts/import-decision-tree.ts",
"test": "tsx --tsconfig tsconfig.tests.json --test server/utils/openai.test.ts"
},
"dependencies": {
"@nuxt/image": "1.11.0",