Update constants.ts
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user