mac: update setup command to llama3 (#3986)

This commit is contained in:
Jeffrey Morgan 2024-04-27 22:52:10 -04:00 committed by GitHub
parent c631a9c726
commit 7f7103de06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'>