Khrisna commited on
Commit
d2080b0
·
1 Parent(s): 0b4abe4

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +2 -1
index.js CHANGED
@@ -6,7 +6,8 @@ const express = require('express')
6
  const PDFDocument = require('pdfkit')
7
  const axios = require("axios")
8
  const FormData = require("form-data")
9
- const { BingChat } = require("bing-chat")
 
10
  const apikey = "@SadTeam77"
11
 
12
  const app = express()
 
6
  const PDFDocument = require('pdfkit')
7
  const axios = require("axios")
8
  const FormData = require("form-data")
9
+ const { BingChat } = (await import("bing-chat")).default
10
+ ("bing-chat")
11
  const apikey = "@SadTeam77"
12
 
13
  const app = express()