This commit is contained in:
ikechan8370 2024-01-02 20:43:07 +08:00
parent 5e41205728
commit 3709166b2d

View file

@ -2,7 +2,6 @@ import lodash from 'lodash'
import { Config } from '../utils/config.js' import { Config } from '../utils/config.js'
import StealthPlugin from 'puppeteer-extra-plugin-stealth' import StealthPlugin from 'puppeteer-extra-plugin-stealth'
import { getOpenAIAuth } from './openai-auth.js' import { getOpenAIAuth } from './openai-auth.js'
import delay from 'delay'
import { v4 as uuidv4 } from 'uuid' import { v4 as uuidv4 } from 'uuid'
import common from '../../../lib/common/common.js' import common from '../../../lib/common/common.js'
const chatUrl = 'https://chat.openai.com/chat' const chatUrl = 'https://chat.openai.com/chat'