LangGraph_agent / chainlit.yaml
pratikmurali's picture
Add debug log support for Chainlit and simplify on_message
e43e83e
raw
history blame contribute delete
411 Bytes
# chainlit.yaml
chainlit_server:
port: 7860
cors:
allowed_origins: ["*"]
socket_io:
ping_timeout: 60000 # Increased timeout
ping_interval: 25000 # Increased interval
max_http_buffer_size: 1000000 # Increased buffer size
debug: true # Enable debug mode
log_level: "debug" # Set log level to debug
ui:
name: "Tool Calling Agent"
default_expand_messages: true
theme: light