Zack Saadioui
4/25/2025
1
2
bash
curl -fsSL https://ollama.com/install.sh | sh
1
ollama pull llama3.3
1
Modelfile
1
2
3
4
5
6
7
llama3.3
# Set temperature 1 (higher creativity, lower coherence)
PARAMETER temperature 1
# Set system message for the chatbot
SYSTEM """
Hello! I am your virtual assistant. How can I help you today?
"""
1
2
bash
ollama create my-chatbot -f ./Modelfile
1
2
bash
ollama run my-chatbot
Copyright © Arsturn 2025