[project] # Nessuna API key richiesta agli utenti user_env = [] # Sessioni lunghe per comodità session_timeout = 7200 # 2 ore user_session_timeout = 2592000 # 30 giorni (come Perplexity Pro) # No cache esterno cache = false # Security persist_user_env = false mask_user_env = true # CORS permissivo per OAuth allow_origins = ["*"] [features] # HTML disabilitato per sicurezza unsafe_allow_html = false # LaTeX abilitato per formule matematiche latex = true # UX ottimizzata user_message_autoscroll = true auto_tag_thread = true edit_message = true # Thread sharing disabilitato (per ora) allow_thread_sharing = false [features.spontaneous_file_upload] enabled = true # Solo PDF e TXT per RAG accept = ["application/pdf", "text/plain", "image/png", "image/jpeg"] max_files = 10 max_size_mb = 100 [features.audio] # Audio disabilitato (futuro: voice chat) enabled = false sample_rate = 24000 [UI] # Nome branding name = "Dfm AI Station" # Tema dark di default (come Perplexity) default_theme = "dark" # Layout wide per più spazio layout = "wide" # Sidebar aperta di default default_sidebar_state = "open" # Descrizione per SEO description = "AI Station powered by dFm - Assistente AI con RAG per analisi documentale e supporto tecnico" # Chain of Thought: mostra solo tool calls (pulito) cot = "tool_call" # Alert moderni alert_style = "modern" # CSS Custom (stile Perplexity) custom_css = "/public/custom.css" # Logo e Avatar logo_file_url = "/public/images/logo2.png" default_avatar_file_url = "/public/images/fav4.png" # Meta tags per sharing custom_meta_image_url = "/public/images/logo2.png" # Header links [[UI.header_links]] name = "dFm Website" display_name = "🏠 DEFRA WOOD MAKER" url = "https://www.dffm.it" target = "_blank" [[UI.header_links]] name = "Docs" display_name = "📚 Guida" url = "/public/docs.html" target = "_self" [meta] generated_by = "1.3.2"