From 7f7103de061bed01d21f098200ebac2219701aa0 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Sat, 27 Apr 2024 22:52:10 -0400 Subject: [PATCH] mac: update setup command to `llama3` (#3986) --- macapp/src/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (