OLLMchat.Settings
Description:
Configuration and settings namespace.
The OLLMchat.Settings namespace provides configuration management including connection settings, model configuration, and usage tracking.
Config2 is the main configuration format supporting multiple connections and extended options.
Content:
Interfaces:
Classes:
- BaseToolConfig - Base configuration
class for simple tools that only need enabled/disabled.
- Config2 - Main serializable configuration
holder for version 2 format (multiple clients, extended structure).
- Connection - Represents a single server
connection configuration.
- ConnectionModels - Manages the list
of available models from all configured connections.
- ModelUsage - Represents model usage
configuration (connection, model, and optional options).
- SearchResults - Live ollama.com search
backing store for Add Model (GLib.ListModel of
OllamaWeb.Model).