feat: add download features to llm models

This commit is contained in:
2026-04-20 22:50:16 +02:00
parent 351dd3b608
commit 6274b4a0b8
11 changed files with 910 additions and 237 deletions

View File

@ -0,0 +1 @@
DELETE FROM settings WHERE key = 'filter_batch_size';

View File

@ -0,0 +1,2 @@
INSERT INTO settings (key, value) VALUES ('filter_batch_size', '20')
ON CONFLICT (key) DO NOTHING;