mirror of
https://github.com/cloudstack-llc/ollama.git
synced 2026-07-18 12:34:41 -04:00
mac: update setup command to llama3 (#3986)
This commit is contained in:
+1
-1
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user