LocalAI/core/startup
Ettore Di Giacinto 089efe05fd
feat(backends): add system backend, refactor (#6059)
- Add a system backend path
- Refactor and consolidate system information in system state
- Use system state in all the components to figure out the system paths
  to used whenever needed
- Refactor BackendConfig -> ModelConfig. This was otherway misleading as
  now we do have a backend configuration which is not the model config.

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2025-08-14 19:38:26 +02:00
..
backend_preload.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
model_preload.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
model_preload_test.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
startup_suite_test.go fix: untangle pkg and core (#5896) 2025-07-24 15:03:41 +02:00