Skip to content

Commit 74033b5

Browse files
committed
remove BingImageCreator
1 parent 8227d6a commit 74033b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/services/clients/bing/index.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// https://github.com/waylaidwanderer/node-chatgpt-api
22

33
import { v4 as uuidv4 } from 'uuid'
4-
import BingImageCreator from './BingImageCreator'
4+
// import BingImageCreator from './BingImageCreator'
55
import { fetchBg } from '../../../utils/fetch-bg.mjs'
66

77
/**
@@ -39,9 +39,9 @@ export default class BingAIClient {
3939
}
4040
}
4141
this.debug = this.options.debug
42-
if (this.options.features.genImage) {
43-
this.bic = new BingImageCreator(this.options)
44-
}
42+
// if (this.options.features.genImage) {
43+
// this.bic = new BingImageCreator(this.options)
44+
// }
4545
}
4646

4747
static getValidIPv4(ip) {

0 commit comments

Comments
 (0)