Module settings

Module settings 

Source
Expand description

Settings domain types and validation.

This module contains the core settings types used across the application. These are pure domain types with no infrastructure dependencies.

Structs§

Settings
Application settings structure.
SettingsUpdate
Partial settings update.

Enums§

SettingsError
Settings validation error.

Constants§

DEFAULT_LLAMA_BASE_PORT
Default base port for llama-server instance allocation.
DEFAULT_PROXY_PORT
Default port for the OpenAI-compatible proxy server.

Functions§

validate_inference_config
Validate inference configuration parameters.
validate_settings
Validate settings values.