Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/gateways/webui_gateway_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ apps:
enable_embed_resolution: ${ENABLE_EMBED_RESOLUTION} # Enable late-stage resolution
gateway_artifact_content_limit_bytes: ${GATEWAY_ARTIFACT_LIMIT_BYTES, 10000000} # Max size for late-stage embeds
sse_max_queue_size: ${SSE_MAX_QUEUE_SIZE, 200} # Max size of SSE connection queues
gateway_max_upload_size_bytes: ${GATEWAY_MAX_UPLOAD_SIZE_BYTES, 52428800} # 50MB

system_purpose: >
The system is an AI Chatbot with agentic capabilities.
Expand Down
Loading