From ade210bc0e6507bd82815c3ddb6405f34265ef04 Mon Sep 17 00:00:00 2001 From: zhiyu <542716863@qq.com> Date: Fri, 26 Jan 2024 12:52:51 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20perf:=20=E5=88=A0=E9=99=A4GPT?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tools.js | 2 -- package.json | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/tools.js b/apps/tools.js index da22ae5..d891312 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -20,9 +20,7 @@ import config from "../model/index.js"; import Translate from "../utils/trans-strategy.js"; import * as xBogus from "../utils/x-bogus.cjs"; import { getVideoInfo, getDynamic } from "../utils/biliInfo.js"; -import { getBiliGptInputText } from "../utils/biliSummary.js"; import { getBodianAudio, getBodianMv, getBodianMusicInfo } from "../utils/bodian.js"; -import { ChatGPTBrowserClient, ChatGPTClient } from "@waylaidwanderer/chatgpt-api"; import { av2BV } from "../utils/bilibili-bv-av-convert.js"; import querystring from "querystring"; import TokenBucket from "../utils/token-bucket.js"; diff --git a/package.json b/package.json index 7e22527..6758f3b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "type": "module", "dependencies": { "axios": "^1.3.4", - "tunnel": "^0.0.6", - "@waylaidwanderer/chatgpt-api": "^1.31.5" + "tunnel": "^0.0.6" } }