LocalAI/core/gallery
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_types.go feat(backend gallery): add mirrors (#5910) 2025-07-25 19:20:08 +02:00
backends.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
backends_test.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
gallery.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
gallery_suite_test.go feat: Add backend gallery (#5607) 2025-06-15 14:56:52 +02:00
metadata_type.go feat: Add backend gallery (#5607) 2025-06-15 14:56:52 +02:00
models.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
models_test.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
models_types.go feat: Add backend gallery (#5607) 2025-06-15 14:56:52 +02:00
request_test.go feat: Add backend gallery (#5607) 2025-06-15 14:56:52 +02:00