Run local models with Ollama
mainTo use local models via ollama, follow these steps:
- Install
ollama. - Pull the desired model (e.g.,
ollama pull llama3). - Start the local server with
ollama serve. - Add the model to your Elia configuration file (see Configuration section).