This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# credits go to NetworkChuck https://academy.networkchuck.com/products/youtube-videos/categories/2155282450/posts/2177513911 | |
# INSTALL OLLAMA | |
# https://ollama.com/download | |
### Add a model to Ollama | |
ollama pull llama3 | |
# check if llama is running | |
# localhost:11434 |