mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix #633
This commit is contained in:
parent
5e41205728
commit
3709166b2d
1 changed files with 0 additions and 1 deletions
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue