metal-kompanion/runtime/kom_runner.py

4 lines
112 B
Python
Executable File

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