hello-eternity

Results 5 comments of hello-eternity

Helllo! I want to learn the use of this model. Could you share a copy of your colab-reproduced notebook for me to learn, thank you very much for your help....

Thank you, I temporary do this, and this worked. @proppy I update to the latest version and find it did not sovle this. @vijayank88

另外还有一个问题是reset现在虽然他会说reset成功,但是实际上并没有改变id

这个我稍微改了一下代码,反正目前是有效的,更改的文件时index.ts(虽然我也没完全看懂) ``` const pattern = RegExp(`${config.groupKey}`); if (config.autoReply) { if (content.startsWith(config.groupKey)) { const groupContent = content.replace(pattern, ''); replyMessage(room, content.trim()); return; } else { console.log( 'Content is not within the scope...