Browse Source

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

Jeffrey Morgan 1 năm trước cách đây
mục cha
commit
7f7103de06
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      macapp/src/app.tsx

+ 1 - 1
macapp/src/app.tsx

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