fix(brain_size): increased size (#1235)

This commit is contained in:
Stan Girard 2023-09-20 17:43:46 +02:00 committed by GitHub
parent 0d29c9e3c4
commit e6cbbbcd37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ CREATE TABLE IF NOT EXISTS user_settings (
models JSONB DEFAULT '["gpt-3.5-turbo"]'::jsonb,
max_requests_number INT DEFAULT 50,
max_brains INT DEFAULT 5,
max_brain_size INT DEFAULT 1000000
max_brain_size INT DEFAULT 10000000
);

View File

@ -232,7 +232,7 @@ CREATE TABLE IF NOT EXISTS user_settings (
models JSONB DEFAULT '["gpt-3.5-turbo"]'::jsonb,
max_requests_number INT DEFAULT 50,
max_brains INT DEFAULT 5,
max_brain_size INT DEFAULT 1000000
max_brain_size INT DEFAULT 10000000
);
-- knowledge table