my-homelab-configs/apps/website/ollama
juvdiaz d4c823b3a2 Add dedicated website translation model 2026-06-10 10:34:00 -06:00
..
Modelfile Add dedicated website translation model 2026-06-10 10:34:00 -06:00
README.md Add dedicated website translation model 2026-06-10 10:34:00 -06:00

README.md

Website Translation Model

This directory defines the Ollama model used by the website translation endpoint.

Create or update the model on the Ollama host:

ollama create website-translator -f apps/website/ollama/Modelfile

The website uses OLLAMA_MODEL=website-translator. Recreate the model after changing the Modelfile, then restart the website pods so the cache key includes the active model name.