荣顶
荣顶
歇了(业务只要拖得够久,就可以不用做了😅)~ 作者继续加油~
Looking forward to this pr being merged. 👀
Is it difficult to solve the problem that my custom scope cannot be entered? Why hasn't it been fixed for such a long time? 🥲
可以的,这么写 ```ts const api = new ChatGPTAPI({ sessionToken: process.env.SESSION_TOKEN }) const conversation = api.getConversation() // send a message and wait for the response const response0 = await conversation.sendMessage('What is OpenAI?')...
对的,把那个单独放最外面
哦哦, 最新的提交已经更新依赖了~上一个版本缺少部分 api
> 放最外面啥意思阿?放在哪里? 哦哦,就是把 api 的声明放到函数外面。 已经更新代码了,重新 pull 下
Waiting for best practice. 👀
@difosfor Thanks, but when I npm i demux, it still fails because demux's package.json does not specify a type file, and there is no corresponding type file in the dist...