AI Orchestrator - Smart routing between Ollama (free) and RunPod (GPU)
Go to file
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
.env.example Initial commit: AI Orchestrator with Ollama + RunPod smart routing 2025-11-26 19:11:58 -08:00
.gitignore Initial commit: AI Orchestrator with Ollama + RunPod smart routing 2025-11-26 19:11:58 -08:00
Dockerfile Initial commit: AI Orchestrator with Ollama + RunPod smart routing 2025-11-26 19:11:58 -08:00
docker-compose.yml Fix Ollama health check and dependency 2025-11-26 19:22:31 -08:00
requirements.txt Initial commit: AI Orchestrator with Ollama + RunPod smart routing 2025-11-26 19:11:58 -08:00
server.py Initial commit: AI Orchestrator with Ollama + RunPod smart routing 2025-11-26 19:11:58 -08:00
test_api.py Initial commit: AI Orchestrator with Ollama + RunPod smart routing 2025-11-26 19:11:58 -08:00