Interface IOllamaLoginClient

All Known Implementing Classes:
OllamaLoginClient

public interface IOllamaLoginClient
A client interface for handling Ollama login-related API interactions.

The OllamaLoginClient communicates with the Ollama API to retrieve available models. It uses an HttpClient for HTTP requests and an IOllamaLoginClientHelper for handling request construction and response parsing.

  • Method Summary

    Modifier and Type
    Method
    Description
    getModels(String endpoint)
    Retrieves the available Ollama models from the specified endpoint.