mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-24 20:03:41 +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
|
||||
SET
|
||||
max_brains = 30,
|
||||
max_brain_size = 10000000,
|
||||
max_brain_size = 100000000,
|
||||
|
||||
models = NEW.models
|
||||
WHERE user_id = NEW.user_id;
|
||||
END IF;
|
||||
|
Loading…
Reference in New Issue
Block a user