mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-07-09 17:18:24 +00:00
Refactor routing and provider integration
This commit is contained in:
parent
87a666df21
commit
528a8e0efa
264 changed files with 4717 additions and 1008 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue