From 3709166b2de5aa2b792ca74a9061ef2cf3f74537 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Tue, 2 Jan 2024 20:43:07 +0800 Subject: [PATCH] fix #633 --- utils/browser.js | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/browser.js b/utils/browser.js index 0c193f90..58667901 100644 --- a/utils/browser.js +++ b/utils/browser.js @@ -2,7 +2,6 @@ import lodash from 'lodash' import { Config } from '../utils/config.js' import StealthPlugin from 'puppeteer-extra-plugin-stealth' import { getOpenAIAuth } from './openai-auth.js' -import delay from 'delay' import { v4 as uuidv4 } from 'uuid' import common from '../../../lib/common/common.js' const chatUrl = 'https://chat.openai.com/chat'