diff --git a/src/services/clients/bing/index.mjs b/src/services/clients/bing/index.mjs index 1d81e60..1662865 100644 --- a/src/services/clients/bing/index.mjs +++ b/src/services/clients/bing/index.mjs @@ -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) {