chore: remove unused imports

This commit is contained in:
DDDDD12138
2024-09-15 20:17:02 +08:00
parent a3585685df
commit 63ffd473d5
31 changed files with 22 additions and 96 deletions

View File

@@ -1,11 +1,6 @@
import { NextRequest, NextResponse } from "next/server";
import { getServerSideConfig } from "../config/server";
import {
DEFAULT_MODELS,
OPENAI_BASE_URL,
GEMINI_BASE_URL,
ServiceProvider,
} from "../constant";
import { OPENAI_BASE_URL, ServiceProvider } from "../constant";
import { isModelAvailableInServer } from "../utils/model";
import { cloudflareAIGatewayUrl } from "../utils/cloudflare";