"tests/testdata/crows_pairs_english_religion-v0-res.json" did not exist on "2578030794013e8312fbf695b7efdc914dc85285"
ollama_welcome.ps1 208 Bytes
Newer Older
wangkx1's avatar
init  
wangkx1 committed
1
2
3
4
5
6
7
8
# 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 ""