OllamaKoogProperties

data class OllamaKoogProperties(val baseUrl: String = "http://localhost:11434")(source)

Represents the configuration properties for the Ollama client.

This class contains settings required to configure and interact with the Ollama client, such as the base URL for the API.

Constructors

Link copied to clipboard
constructor(baseUrl: String = "http://localhost:11434")

Properties

Link copied to clipboard

The base URL of the Ollama API. Defaults to "http://localhost:11434".