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

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 ""