mirror of
https://github.com/ollama/ollama.git
synced 2025-04-10 21:01:01 +02:00
8 lines
208 B
PowerShell
8 lines
208 B
PowerShell
# TODO - consider ANSI colors and maybe ASCII art...
|
|
write-host ""
|
|
write-host "Welcome to Ollama!"
|
|
write-host ""
|
|
write-host "Run your first model:"
|
|
write-host ""
|
|
write-host "`tollama run llama3"
|
|
write-host "" |