Class OllamaBackend

java.lang.Object
org.episteme.core.mathematics.ml.generative.OllamaBackend
All Implemented Interfaces:
GenerativeModel

public class OllamaBackend extends Object implements GenerativeModel
Backend for interacting with Ollama (Local LLM server).

assumes Ollama is running on localhost:11434 by default.

Since:
2.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • OllamaBackend

      public OllamaBackend(String modelName)
  • Method Details