make models only train one at the time closes #48
This commit is contained in:
@@ -15,6 +15,7 @@ create table if not exists tasks (
|
||||
status_message text default '',
|
||||
|
||||
result text default '',
|
||||
extra_task_info text default '',
|
||||
|
||||
-- -1: user said task is wrong
|
||||
-- 0: no user input
|
||||
|
||||
Reference in New Issue
Block a user