Open pixeldin opened 7 months ago
补充一个编译器的提示但是不影响运行,不知道有没有关系:
Could not find a declaration file for module 'chatglm'. '.../node_modules/chatglm/index.js' implicitly has an 'any' type. Try
npm i --save-dev @types/chatglm
if it exists or add a new declaration (.d.ts) file containingdeclare module 'chatglm';
我试过执行
npm i --save-dev @types/chatglm
但是提示找不到typescript相应的包
@pixeldin 感觉是你包没装上,所有方法都有类型导出,你直接到 node_modules 下看看安装到代码是否完整 对比 https://unpkg.com/browse/chatglm@0.4.0/
你好,最近在对接智谱的AI接口,尝试调用官方API,想学习借鉴你的写法,在本地跑起来出现这个问题,请问是否可以帮忙定位下。
执行
npm i chatglm
调用
运行报错: