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.js
7 lines
(6 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
ChatBot
}
from
"./dist/esm/chatbot.js"
;
import
{ conversation_style }
from
"./dist/esm/ultility.js"
;
export
{ conversation_style,
ChatBot
};