LocalAI/core
Dave b3c2a3c257
fix: untangle pkg and core (#5896)
* migrate core/system to pkg/system - it has no dependencies FROM core, and IS USED in pkg

Signed-off-by: Dave Lee <dave@gray101.com>

* move pkg/templates up to core/templates -- nothing in pkg references it, but it does reference core.

Signed-off-by: Dave Lee <dave@gray101.com>

* remove extra check, len of nil is 0

Signed-off-by: Dave Lee <dave@gray101.com>

* move pkg/startup to core/startup -- it does have important and unfixable dependencies on core

Signed-off-by: Dave Lee <dave@gray101.com>

---------

Signed-off-by: Dave Lee <dave@gray101.com>
2025-07-24 15:03:41 +02:00
..
application fix: untangle pkg and core (#5896) 2025-07-24 15:03:41 +02:00
backend feat: refactor build process, drop embedded backends (#5875) 2025-07-22 16:31:04 +02:00
cli fix: untangle pkg and core (#5896) 2025-07-24 15:03:41 +02:00
clients feat(store): add Golang client (#1977) 2024-04-16 15:54:14 +02:00
config feat: refactor build process, drop embedded backends (#5875) 2025-07-22 16:31:04 +02:00
dependencies_manager fix: be consistent in downloading files, check for scanner errors (#3108) 2024-08-02 20:06:25 +02:00
explorer feat(explorer): make possible to run sync in a separate process (#3224) 2024-08-12 19:25:44 +02:00
gallery fix: untangle pkg and core (#5896) 2025-07-24 15:03:41 +02:00
http fix: untangle pkg and core (#5896) 2025-07-24 15:03:41 +02:00
p2p fix: rename Dockerfile.go --> Dockerfile.golang to avoid IDE errors (#5892) 2025-07-23 21:33:26 +02:00
schema feat: refactor build process, drop embedded backends (#5875) 2025-07-22 16:31:04 +02:00
services fix: untangle pkg and core (#5896) 2025-07-24 15:03:41 +02:00
startup fix: untangle pkg and core (#5896) 2025-07-24 15:03:41 +02:00
templates fix: untangle pkg and core (#5896) 2025-07-24 15:03:41 +02:00