mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-25 04:12:44 +03:00
Feat/theodo gpt4 (#1198)
* chore(theodo): added trigger function for theodo * chore(theodo): increased brain to 100MB
This commit is contained in:
parent
886d30cf9e
commit
22fa1d4525
@ -28,7 +28,8 @@ BEGIN
|
|||||||
UPDATE user_settings
|
UPDATE user_settings
|
||||||
SET
|
SET
|
||||||
max_brains = 30,
|
max_brains = 30,
|
||||||
max_brain_size = 10000000,
|
max_brain_size = 100000000,
|
||||||
|
|
||||||
models = NEW.models
|
models = NEW.models
|
||||||
WHERE user_id = NEW.user_id;
|
WHERE user_id = NEW.user_id;
|
||||||
END IF;
|
END IF;
|
||||||
|
Loading…
Reference in New Issue
Block a user