diff --git a/macapp/src/app.tsx b/macapp/src/app.tsx index fc1df21c0..ab17df603 100644 --- a/macapp/src/app.tsx +++ b/macapp/src/app.tsx @@ -19,7 +19,7 @@ export default function () { const [step, setStep] = useState(Step.WELCOME) const [commandCopied, setCommandCopied] = useState(false) - const command = 'ollama run llama2' + const command = 'ollama run llama3' return (