UNPKG
@zhengxs/erniebot-cli
Version:
latest (0.1.0-alpha.2)
0.1.0-alpha.2
0.1.0-alpha.1
0.1.0-alpha.0
非官方 JS-SDK,支持命令行调用文心大模型
github.com/zhengxs2018/erniebot-sdk-for-js
zhengxs2018/erniebot-sdk-for-js
@zhengxs/erniebot-cli
/
bin
/
erniebot.mjs
6 lines
(3 loc)
•
84 B
JavaScript
View Raw
1
2
3
4
5
6
#!/usr/bin/env node --no-warnings
import
cmd
from
'../dist/index.mjs'
cmd.
parse
()