update welcome prompt in windows to llama3 (#4779)

This commit is contained in:
Jeffrey Morgan 2024-06-01 21:05:51 -07:00 committed by GitHub
parent 476fb8e892
commit d4a86102fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,5 +4,5 @@ write-host "Welcome to Ollama!"
write-host ""
write-host "Run your first model:"
write-host ""
write-host "`tollama run llama2"
write-host "`tollama run llama3"
write-host ""