feat(models): models.json v1.3 — 加入 ADR-067 五大 Ollama 應用設定
All checks were successful
CD Pipeline / build-and-deploy (push) Successful in 14m21s
All checks were successful
CD Pipeline / build-and-deploy (push) Successful in 14m21s
新增 adr067_ollama_applications 區塊: - Phase 30: drift_summary (qwen2.5:7b-instruct, 90s) - Phase 31: log_anomaly_summary (deepseek-r1:14b, 120s) - Phase 32: pr_code_review (qwen2.5-coder:7b, 120s) - Phase 33: rag_embed (nomic-embed-text 768d) + rag_generate (qwen2.5:7b) - Phase 34: image_analysis (llava:latest, 60s) endpoint 統一標注 http://192.168.0.111:11434 (ADR-067 專屬) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"name": "OpenClaw AI Router Configuration",
|
||||
"version": "1.2.0",
|
||||
"description": "AI 模型路由與備援設定 (ADR-006 + ADR-036 Nemotron)",
|
||||
"updated_at": "2026-04-08",
|
||||
"updated_at": "2026-04-10",
|
||||
|
||||
"default_provider": "ollama",
|
||||
"fallback_order": ["ollama", "gemini", "claude"],
|
||||
@@ -144,6 +144,50 @@
|
||||
}
|
||||
},
|
||||
|
||||
"adr067_ollama_applications": {
|
||||
"description": "ADR-067 五大 Ollama 本地 AI 應用 (Phase 30-34),endpoint: http://192.168.0.111:11434",
|
||||
"endpoint": "http://192.168.0.111:11434",
|
||||
"applications": {
|
||||
"drift_summary": {
|
||||
"phase": 30,
|
||||
"model": "qwen2.5:7b-instruct",
|
||||
"timeout_seconds": 90,
|
||||
"purpose": "Config Drift 報告中文摘要"
|
||||
},
|
||||
"log_anomaly_summary": {
|
||||
"phase": 31,
|
||||
"model": "deepseek-r1:14b",
|
||||
"timeout_seconds": 120,
|
||||
"purpose": "K8s log 異常摘要,告警後觸發"
|
||||
},
|
||||
"pr_code_review": {
|
||||
"phase": 32,
|
||||
"model": "qwen2.5-coder:7b",
|
||||
"timeout_seconds": 120,
|
||||
"purpose": "Gitea PR 自動審查"
|
||||
},
|
||||
"rag_embed": {
|
||||
"phase": 33,
|
||||
"model": "nomic-embed-text",
|
||||
"dimensions": 768,
|
||||
"timeout_seconds": 30,
|
||||
"purpose": "RAG 知識庫向量化,pgvector 儲存"
|
||||
},
|
||||
"rag_generate": {
|
||||
"phase": 33,
|
||||
"model": "qwen2.5:7b-instruct",
|
||||
"timeout_seconds": 60,
|
||||
"purpose": "RAG 查詢回答生成,top_k=5"
|
||||
},
|
||||
"image_analysis": {
|
||||
"phase": 34,
|
||||
"model": "llava:latest",
|
||||
"timeout_seconds": 60,
|
||||
"purpose": "Telegram 圖片分析"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"use_cases": {
|
||||
"rca_analysis": {
|
||||
"description": "Root Cause Analysis for alerts",
|
||||
|
||||
Reference in New Issue
Block a user