Skip to content

nep-0/starBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Star Bot

Star Bot 是基于 OneBot 11 API 开发的回复机器人。

开发时间仓促,而且本来没有想开源,因此代码看起来乱糟糟的。欢迎想优化的同志们提 PR。

编译部署

  1. (可选) 通过我的邀请码 LyOdlqTM 注册 硅基流动 领取 2000万 tokens,还能体验满血版 DeepSeek-R1 点击注册
  2. 安装并启动支持 OneBot 11 API 的 bot 框架(如 NapCat
  3. (可选,向量搜索使用) 在 Zilliz 数据库插入要检索的数据
  4. 安装 Go (>=1.24.0) 官网
  5. (可选,推荐在中国大陆使用) 设置 Go module proxy 如 Goproxy.cn
  6. 克隆仓库,编译项目
git clone https://github.com/nep-0/starBot.git
cd starBot
go build
  1. 修改 config.yaml,与 1, 2 步的配置对应
  2. 启动!
./starBot

加个功能?

这很简单。看看 llm/r1.go 是怎么写的,依葫芦画瓢写一个出来,再在 main.go 里调用就行了。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages