Commit Graph

2 Commits

Author SHA1 Message Date
Jeff Emmett b0a8b285d2 Fix Ollama health check and dependency
- Use service_started instead of service_healthy for Ollama
- Use 'ollama list' for health check (curl not available in image)
- Remove obsolete version attribute

🤖 Generated with Claude Code
2025-11-26 19:22:31 -08:00
Jeff Emmett 047a98575b Initial commit: AI Orchestrator with Ollama + RunPod smart routing
- FastAPI server with dashboard
- Smart routing: Ollama (free) for text, RunPod (GPU) for images/video
- Docker + docker-compose with Traefik labels
- Endpoints: text, chat, image, video, comfyui, whisper
- Cost tracking and savings estimation

🤖 Generated with Claude Code
2025-11-26 19:11:58 -08:00