We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8227d6a commit 74033b5Copy full SHA for 74033b5
src/services/clients/bing/index.mjs
@@ -1,7 +1,7 @@
1
// https://github.com/waylaidwanderer/node-chatgpt-api
2
3
import { v4 as uuidv4 } from 'uuid'
4
-import BingImageCreator from './BingImageCreator'
+// import BingImageCreator from './BingImageCreator'
5
import { fetchBg } from '../../../utils/fetch-bg.mjs'
6
7
/**
@@ -39,9 +39,9 @@ export default class BingAIClient {
39
}
40
41
this.debug = this.options.debug
42
- if (this.options.features.genImage) {
43
- this.bic = new BingImageCreator(this.options)
44
- }
+ // if (this.options.features.genImage) {
+ // this.bic = new BingImageCreator(this.options)
+ // }
45
46
47
static getValidIPv4(ip) {
0 commit comments