# Website Translation Model This directory defines the Ollama model used by the website translation endpoint. Create or update the model on the Ollama host: ```sh 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.