feat: 多专业小模型+路由模型系统 MVP(mock 全链路 + FastAPI 网关 + 论文调研)

This commit is contained in:
tzt
2026-08-12 10:40:04 +08:00
commit 1e51167ea5
50 changed files with 49382 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.pytest_cache/
.coverage
htmlcov/
# Env / secrets
.env
*.env
api_keys*.json
# Models / data
models/
data/
*.bin
*.safetensors
cached_results/
# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/