Skip to content

Commit

Permalink
hotfix err
Browse files Browse the repository at this point in the history
  • Loading branch information
all4fun committed Nov 8, 2024
1 parent 7d36f27 commit 3069c6d
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 291 deletions.
1 change: 0 additions & 1 deletion app/api/common.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { NextRequest, NextResponse } from "next/server";
import { getServerSideConfig } from "../config/server";
import { APP, REPO_URL, OPENAI_BASE_URL, ServiceProvider } from "../constant";
import { isModelAvailableInServer } from "../utils/model";
import { cloudflareAIGatewayUrl } from "../utils/cloudflare";
import { getModelProvider, isModelAvailableInServer } from "../utils/model";

Expand Down
Loading

0 comments on commit 3069c6d

Please sign in to comment.