先知控制器diviner:python开发,基础模型应用,后续实现类似dify的web界面,主要功能:
语言模型:langchain,模型调用、外挂知识库、微调等
图像模型:comfyui,工作流封装
api:提供api调用
后台:提供apikey生成

rabin ea9d15c655 edit 2 months ago
admin ea9d15c655 edit 2 months ago
conf ea9d15c655 edit 2 months ago
data ea9d15c655 edit 2 months ago
front ea9d15c655 edit 2 months ago
model ea9d15c655 edit 2 months ago
runtime ea9d15c655 edit 2 months ago
service ea9d15c655 edit 2 months ago
.gitignore 2db9e7cdac edit 2 months ago
README.rst ea9d15c655 edit 2 months ago
admin.py ea9d15c655 edit 2 months ago
check.py ea9d15c655 edit 2 months ago
cron.py ea9d15c655 edit 2 months ago
diviner ea9d15c655 edit 2 months ago
front.py ea9d15c655 edit 2 months ago
install.py ea9d15c655 edit 2 months ago
loader.py ea9d15c655 edit 2 months ago
master_cron.py ea9d15c655 edit 2 months ago
pdf.py ea9d15c655 edit 2 months ago
requirements.txt ea9d15c655 edit 2 months ago

README.rst

# diviner 先知控制器

安装

python install.py

前台:python front.py
后台:python admin.py