Class OllamaLoginClient

java.lang.Object
com.developer.nefarious.zjoule.plugin.login.api.OllamaLoginClient
All Implemented Interfaces:
IOllamaLoginClient

public class OllamaLoginClient extends Object implements IOllamaLoginClient
A client 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.