diff --git a/utils/browser.js b/utils/browser.js index 0c193f9..5866790 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'