mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-04 10:20:05 +00:00
8 lines
210 B
PowerShell
8 lines
210 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.2"
|
|
write-host "" |