From 872a1910222a83e07b84da0d1b99f880dd359087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E8=83=A4=E6=B1=A0?= Date: Mon, 19 Dec 2022 12:38:59 +0800 Subject: [PATCH] fix: remove chatgpt lib --- apps/chat.js | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/chat.js b/apps/chat.js index ff5afcd..2772f7f 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -1,5 +1,4 @@ import plugin from '../../../lib/plugins/plugin.js' -import { ChatGPTAPIBrowser } from 'chatgpt' import _ from 'lodash' import { Config } from '../config/index.js' import showdown from 'showdown'