remove BingImageCreator

This commit is contained in:
josc146
2023-10-30 12:43:57 +08:00
parent 8227d6ad42
commit 74033b538f
+4 -4
View File
@@ -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) {