<?php $output = shell_exec("ollama run llama3.2:3b 'Say OK' 2>&1"); echo "Output: " . htmlspecialchars($output); ?>