Unverified Commit 7f7103de authored by Jeffrey Morgan's avatar Jeffrey Morgan Committed by GitHub
Browse files

mac: update setup command to `llama3` (#3986)

parent c631a9c7
......@@ -19,7 +19,7 @@ export default function () {
const [step, setStep] = useState<Step>(Step.WELCOME)
const [commandCopied, setCommandCopied] = useState<boolean>(false)
const command = 'ollama run llama2'
const command = 'ollama run llama3'
return (
<div className='drag'>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment