Add typed generation preferences

This commit is contained in:
Georg Bauer
2026-07-24 15:26:15 +02:00
parent ad7167e84a
commit bccce697af
9 changed files with 529 additions and 28 deletions

View File

@@ -0,0 +1,8 @@
ALTER TABLE preferences DROP COLUMN reasoning_mode;
ALTER TABLE preferences DROP COLUMN seed;
ALTER TABLE preferences DROP COLUMN min_p;
ALTER TABLE preferences DROP COLUMN top_p;
ALTER TABLE preferences DROP COLUMN temperature;
ALTER TABLE preferences DROP COLUMN system_prompt;
ALTER TABLE preferences DROP COLUMN max_generated_tokens;
ALTER TABLE preferences DROP COLUMN context_tokens;