AI Orchestrator - Smart routing between Ollama (free) and RunPod (GPU)
Go to file
Jeff Emmett 514f9d8601 Wire Infisical secret injection for RUNPOD_API_KEY
- Add Python entrypoint.sh to fetch secrets from Infisical at container startup
- Remove hardcoded API key fallback from server.py
- Replace RUNPOD_API_KEY env var with INFISICAL_* vars in docker-compose

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 09:32:34 -08:00
.dockerignore Add .dockerignore for optimized Docker builds 2026-02-21 17:59:08 -07: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 Wire Infisical secret injection for RUNPOD_API_KEY 2026-02-24 09:32:34 -08:00
docker-compose.yml Wire Infisical secret injection for RUNPOD_API_KEY 2026-02-24 09:32:34 -08:00
entrypoint.sh Wire Infisical secret injection for RUNPOD_API_KEY 2026-02-24 09:32:34 -08:00
requirements.txt Initial commit: AI Orchestrator with Ollama + RunPod smart routing 2025-11-26 19:11:58 -08:00
server.py Wire Infisical secret injection for RUNPOD_API_KEY 2026-02-24 09:32:34 -08:00
test_api.py Initial commit: AI Orchestrator with Ollama + RunPod smart routing 2025-11-26 19:11:58 -08:00