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
/
dist-types
/
chat.d.ts
4 lines
(3 loc)
•
85 B
TypeScript
View Raw
1
2
3
4
import
{
Command
}
from
'commander'
;
declare
const
cmd
:
Command
;
export
default
cmd;