my-homelab-configs/apps/website/ollama/README.md

419 B

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.