UNPKG
bdwx-nodejs
Version:
latest (1.0.63)
1.0.63
1.0.62
1.0.61
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0
#### 介绍 文心一言 node sdk
bdwx-nodejs
/
index.js
9 lines
(7 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
{
BdwxClient
} =
require
(
'./api/api'
);
const
getBdwxClient
= (
initOptions
) => {
return
new
BdwxClient
(initOptions); }
module
.
exports
= { getBdwxClient }