diff --git a/app/src/app.tsx b/app/src/app.tsx index c63ed2e2..85557348 100644 --- a/app/src/app.tsx +++ b/app/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 orca' + const command = 'ollama run llama2' return (
@@ -77,7 +77,11 @@ export default function () { {command}
-

Run this command in your favorite terminal.

+

+ Run this command in your favorite terminal. +