You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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 "" |