Files
QQbot/requirements.txt

16 lines
552 B
Plaintext

# ============================================
# 核心依赖(必须安装)
# ============================================
qq-botpy
python-dotenv>=1.0.0
# ============================================
# AI 功能依赖(可选)
# 如果不需要 AI 对话功能,可以注释掉下面的依赖
# ============================================
openai>=1.0.0
anthropic>=0.18.0
numpy>=1.24.0
chromadb>=0.4.0 # 向量数据库,用于记忆存储
pysqlite3-binary>=0.5.3; platform_system != "Windows" # 云端可用于补齐 sqlite trigram 支持