Using Local LLMs (Ollama)
Last updated
Ollama lets you run LLMs locally for privacy and offline translation.
Download and install from https://ollama.ai
Start Ollama
Pull a model (example):
ollama pull llama3Once Ollama is installed and running, Supervertaler can use it as a provider.
:::note Local models vary a lot in quality. For best results, test a few models on your typical content. :::
Last updated