Correction requête
This commit is contained in:
@@ -20,7 +20,7 @@ CREATE TABLE IF NOT EXISTS "chat_assistant" (
|
|||||||
model VARCHAR(64) NOT NULL,
|
model VARCHAR(64) NOT NULL,
|
||||||
system_prompt TEXT NOT NULL,
|
system_prompt TEXT NOT NULL,
|
||||||
temperature REAL NOT NULL DEFAULT 0,
|
temperature REAL NOT NULL DEFAULT 0,
|
||||||
top_p REAL NOT NULL 0,
|
top_p REAL NOT NULL DEFAULT 0,
|
||||||
"default" INTEGER NOT NULL DEFAULT 0,
|
"default" INTEGER NOT NULL DEFAULT 0,
|
||||||
foreign key (user_id) references "user" (id) on delete cascade on update cascade
|
foreign key (user_id) references "user" (id) on delete cascade on update cascade
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user