mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[PR #20587] [CLOSED] feat: Add DEFAULT_STREAM_RESPONSE environment variable #64546
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/20587
Author: @akraines
Created: 1/11/2026
Status: ❌ Closed
Base:
main← Head:feature/default-stream-response-env-v2📝 Commits (1)
efb40b1feat: Add DEFAULT_STREAM_RESPONSE environment variable📊 Changes
2 files changed (+7 additions, -0 deletions)
View changed files
📝
backend/open_webui/config.py(+6 -0)📝
src/lib/components/chat/Chat.svelte(+1 -0)📄 Description
Title
feat: Add DEFAULT_STREAM_RESPONSE environment variable
Description
Adds
DEFAULT_STREAM_RESPONSEenvironment variable to control default streaming behavior at deployment level.Changelog
Added
DEFAULT_STREAM_RESPONSEenvironment variable (defaults totrue)backend/open_webui/config.pysrc/lib/components/chat/Chat.svelteChanged
$config?.default_stream_responsebefore hardcoded defaultUsage