#!/usr/bin/env python3 base = os.environ.get("OLLAMA_BASE", "http://ollama:11434") url = f"{base}/api/generate"