mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-31 12:10:15 +08:00
remove BingImageCreator
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// https://github.com/waylaidwanderer/node-chatgpt-api
|
||||
|
||||
import { v4 as uuidv4 } from 'uuid'
|
||||
import BingImageCreator from './BingImageCreator'
|
||||
// import BingImageCreator from './BingImageCreator'
|
||||
import { fetchBg } from '../../../utils/fetch-bg.mjs'
|
||||
|
||||
/**
|
||||
@@ -39,9 +39,9 @@ export default class BingAIClient {
|
||||
}
|
||||
}
|
||||
this.debug = this.options.debug
|
||||
if (this.options.features.genImage) {
|
||||
this.bic = new BingImageCreator(this.options)
|
||||
}
|
||||
// if (this.options.features.genImage) {
|
||||
// this.bic = new BingImageCreator(this.options)
|
||||
// }
|
||||
}
|
||||
|
||||
static getValidIPv4(ip) {
|
||||
|
||||
Reference in New Issue
Block a user