fix: custom model compatibility with antigravity/mitm (PR #250)

This commit is contained in:
mxskeen
2026-03-06 16:41:02 +07:00
committed by decolua
parent d347de8092
commit 97860a0629
9 changed files with 88 additions and 41 deletions

View File

@@ -1,6 +1,8 @@
import { NextResponse } from "next/server";
import { getModelAliases, setModelAlias, deleteModelAlias } from "@/models";
export const dynamic = "force-dynamic";
// GET /api/models/alias - Get all aliases
export async function GET() {
try {