LocalAI/core/application
Ettore Di Giacinto b19e60d03a feat: add AutoUpgradeBackends config and runtime settings
Add configuration and runtime settings for backend auto-upgrade:
- RuntimeSettings field for dynamic config via API/JSON
- ApplicationConfig field, option func, and roundtrip conversion
- CLI flag with LOCALAI_AUTO_UPGRADE_BACKENDS env var
- Config file watcher support for runtime_settings.json
- Tests for ToRuntimeSettings, ApplyRuntimeSettings, and roundtrip
2026-04-11 11:43:56 +00:00
..
agent_jobs.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
application.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
config_file_watcher.go feat: add AutoUpgradeBackends config and runtime settings 2026-04-11 11:43:56 +00:00
distributed.go feat: add node reconciler, allow to schedule to group of nodes, min/max autoscaler (#9186) 2026-03-31 08:28:56 +02:00
p2p.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
startup.go feat: add node reconciler, allow to schedule to group of nodes, min/max autoscaler (#9186) 2026-03-31 08:28:56 +02:00
watchdog.go feat: allow to pin models and skip from reaping (#9309) 2026-04-11 08:38:17 +02:00