You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
703 B
703 B
Guide — Ollama
| Guide | Isi |
|---|---|
| migration.md | Pindah VM / ganti IP Ollama |
| server.md | Install, systemd, model pull |
| api/overview.md | HTTP API |
Operasi rutin
# Status
systemctl status ollama
ollama list
ollama ps
# Pull model baru
ollama pull qwen2.5:7b
# Restart setelah ubah override systemd
systemctl daemon-reload && systemctl restart ollama
Consumer setup (geonet-console)
- Edit
.envdi10.100.1.24— setOLLAMA_BASE_URL - Smoke test dari container/host
.24:
curl -s http://10.100.1.26:11434/api/version
- Uji endpoint aplikasi yang memanggil
OllamaService