Skip to content

SYSUMSC/wxqunBot

Repository files navigation

wxqunBot

环境安装

conda create -n wxqunBot python=3.12
conda activate wxqunBot
pip install -r requirements.txt

机器人框架:https://github.com/lich0821/WeChatFerry?

配套微信:3.9.12.17 https://github.com/lich0821/WeChatFerry/releases/download/v39.4.0/WeChatSetup-3.9.12.17.exe

需要config.py配置key

tmp_dir = "C:/Code/wxqunBot/tmp"
img_dir = "C:/Code/wxqunBot/img"
#配置总结模型
sf_url = "https://api.siliconflow.cn/v1"
sf_key = ""
sf_model = "deepseek-ai/DeepSeek-V2.5"
#配置读图模型
zp_url = "https://open.bigmodel.cn/api/paas/v4"
zp_key = ""
zp_model = "glm-4v-flash"
#配置回复时间
summary_time = 60*60*12

About

微信群机器人

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages