From 280fbe80191e38e6671e59683afab2828d00f8a4 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Tue, 18 Jul 2023 12:36:03 -0700 Subject: [PATCH] app: use `llama2` instead of `orca` --- app/src/app.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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. +