upate to llama3.1 elsewhere in repo (#6032)

This commit is contained in:
Jeffrey Morgan
2024-07-28 19:56:02 -07:00
committed by GitHub
parent 2c01610616
commit 0e4d653687
6 changed files with 7 additions and 7 deletions

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 llama3'
const command = 'ollama run llama3.1'
return (
<div className='drag'>