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.
- Settings
Update - Partial settings update.
Enums§
- Settings
Error - 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.