Feat/theodo gpt4 (#1198)

* chore(theodo): added trigger function for theodo

* chore(theodo): increased brain to 100MB
This commit is contained in:
Stan Girard 2023-09-18 15:25:38 +02:00 committed by GitHub
parent 886d30cf9e
commit 22fa1d4525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;