forked from jmtth/ft_IRC
-
Notifications
You must be signed in to change notification settings - Fork 0
Ollama bot
Cisco edited this page Oct 14, 2025
·
2 revisions
- Install Ollama https://ollama.com/download
- Install model (currently project works on Gemma 3 1B)
ollama run :ollama run gemma3:1b
If Ollama is on VM
- do port mapping host 11434 to VM 11434
- configure service
nano /etc/systemd/system/ollama.service.d/override.conf
[Service]
Environment=OLLAMA_HOST=0.0.0.0
Environment=OLLAMA_PORT=11434
sudo systemctl daemon-reload
sudo systemctl restart ollama
Check that Ollama server is listening from all hosts
sudo netstat -ltnp | grep 11434 should display 0.0.0.0:11434 or *:11434
Possibly install ufw and allow 11434
BOT #chan
Web search https://docs.ollama.com/web-search