LocalAI/core/cli
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
..
api chore(p2p): single-node when sharing federated instance (#3354) 2024-08-21 18:23:42 +02:00
context feat: refactor build process, drop embedded backends (#5875) 2025-07-22 16:31:04 +02:00
worker feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
backends.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
cli.go chore(cli): add backends CLI to manipulate and install backends (#5787) 2025-07-03 19:31:27 +02:00
explorer.go feat(explorer): make possible to run sync in a separate process (#3224) 2024-08-12 19:25:44 +02:00
federated.go feat(federated): allow to pickup a specific worker, improve loadbalancing (#3243) 2024-08-13 16:17:18 +02:00
models.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
run.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
soundgeneration.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
transcript.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
tts.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
util.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00