Add typed generation preferences
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user