ollama_welcome.ps1 210 Bytes
Newer Older
wangkx1's avatar
init  
wangkx1 committed
1
2
3
4
5
6
# 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 ""
wangkx1's avatar
wangkx1 committed
7
write-host "`tollama run llama3.1"
wangkx1's avatar
init  
wangkx1 committed
8
write-host ""