UNPKG

bdwx-nodejs

Version:

#### 介绍 文心一言 node sdk

9 lines (7 loc) 168 B
const { BdwxClient } = require('./api/api'); const getBdwxClient = (initOptions) => { return new BdwxClient(initOptions); } module.exports = { getBdwxClient }