Update constants.ts

This commit is contained in:
fcarraUniSa
2026-02-17 14:25:39 +01:00
committed by GitHub
parent df70ce6f2b
commit 3304e7d589

View File

@@ -61,7 +61,10 @@ export const INITIAL_SETTINGS: AppSettings = {
maxSupervisors: 2,
aiKnowledgeAgentEnabled: true,
maxAiGeneratedArticles: 10,
maxAgents: 10
maxAgents: 10,
attachmentsEnabled: true,
maxFileSizeMb: 5,
allowedFileTypes: 'jpg,png,pdf'
},
aiConfig: {
provider: AiProvider.GEMINI,