butler / chainlit.yaml
tarunkumark2's picture
deployment
2d8b8bf
raw
history blame contribute delete
545 Bytes
# Chainlit configuration file
chainlit_version: 0.5.0
# Interface configuration
interface:
theme: light
default_collapse_content: false
default_expand_messages: true
show_file_upload: true
# Server configuration
server:
port: 8000
# Features configuration
features:
multi_modal: true
file_upload:
max_size_mb: 20
allowed_types:
- "image/png"
- "image/jpeg"
- "image/gif"
- "application/pdf"
- "text/plain"
- "application/vnd.openxmlformats-officedocument.presentationml.presentation"