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,5 +1,3 @@
import path from "path";
export const OWNER = "ChatGPTNextWeb";
export const REPO = "ChatGPT-Next-Web";
export const REPO_URL = `https://github.com/${OWNER}/${REPO}`;
@@ -279,7 +277,7 @@ const openaiModels = [
"gpt-4-1106-preview",
"dall-e-3",
"o1-mini",
"o1-preview"
"o1-preview",
];
const googleModels = [