Refactor routing and provider integration

This commit is contained in:
musistudio 2026-07-05 19:57:39 +08:00
parent 87a666df21
commit 528a8e0efa
264 changed files with 4717 additions and 1008 deletions

View file

@ -6,7 +6,7 @@ import { fileURLToPath } from "node:url";
const __dirname = path.dirname(fileURLToPath(import.meta.url));
const projectRoot = path.resolve(__dirname, "..");
const outputPath = path.join(projectRoot, "models.json");
const outputPath = path.join(projectRoot, "packages", "core", "models.json");
const sources = {
litellm: {