mirror of
https://github.com/ollama/ollama.git
synced 2025-04-07 11:28:17 +02:00
mac: update setup command to llama3
(#3986)
This commit is contained in:
parent
c631a9c726
commit
7f7103de06
@ -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'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user