Remove LLM model from build — users supply their own

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
DigiJ 2026-03-03 00:57:21 -08:00
parent 6d4bef8d24
commit 30fa744697

View File

@ -26,9 +26,6 @@ _candidate_files = [
# Modules directory (dynamically loaded at runtime)
(SRC / 'modules', 'modules'),
# LLM model
(SRC / 'models' / 'Hal_v2.gguf', 'models'),
# Icon
(SRC / 'autarch.ico', '.'),