UNPKG
bingai-js
Version:
latest (1.7.5)
1.7.5
1.7.5-rc6
1.7.5-rc5
1.7.5-rc4
1.7.5-rc3
1.7.5-rc2
1.7.5-rc1
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.0
1.5.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
BingAI API using javascript
github.com/kuumoneko/edgegpt-js
kuumoneko/edgegpt-js
bingai-js
/
index.cjs
8 lines
(7 loc)
•
210 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// @ts-nocheck
const
{
ChatBot
} =
require
(
'./dist/commonjs/chatbot.cjs'
)
const
{ conversation_style } =
require
(
'./dist/commonjs/ultility.cjs'
)
module
.
exports
= {
ChatBot
, conversation_style, }