npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

koishi-plugin-glm-testbot

v1.2.5

Published

一款免费的、开箱即用的chatglm对话插件,支持语音输出,基于t4wefan的blockly插件开发

Downloads

160

Readme

GLM Testbot

npm

GLM Testbot 是一个基于 KoishiChatGLM 的对话机器人插件,可以让你与一个基于语言模型的聊天机器人对话。通过使用该插件,你可以快速测试 ChatGLM 的对话效果。

安装

在使用 GLM Testbot 之前,你需要确保已经安装了 Koishi 应用。在 Koishi 应用中,你可以通过插件市场来安装 GLM Testbot。

  1. 打开 Koishi 应用,进入「插件市场」页面。

  2. 在「插件市场」页面中搜索「glm-testbot」。

  3. 点击「安装」按钮进行安装。

  4. 安装完成后,按提示启动该插件

使用

在 Koishi 中,你可以通过 glmchat 命令来与 ChatGLM 对话。

使用 glmchat命令来与 ChatGLM 对话。

示例:

glm 你好

或者

chat 我想知道如何做一个机器人

如果 ChatGLM 没有开启,插件会提示你开启 ChatGLM。

插件还提供了以下命令:

  • chat 重置对话 - 重置当前对话。
  • chat 加载 - 要求 ChatGLM 扮演猫娘。
  • glmmtg+内容 - 要求 ChatGLM 帮你生成绘画 tag。

许可证

MIT. 详见 LICENSE 文件。

贡献

如果你发现了 bug 或有任何建议,请通过 GitHub issues 或 Pull requests 提出。