mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-08-03 05:34:03 +02:00
Control streaming vs non-streaming on frontend with env variable (#162)
This commit is contained in:
@@ -45,6 +45,8 @@ services:
|
||||
build:
|
||||
context: ../../web
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
- NEXT_PUBLIC_DISABLE_STREAMING=${NEXT_PUBLIC_DISABLE_STREAMING:-false}
|
||||
depends_on:
|
||||
- api_server
|
||||
restart: always
|
||||
|
Reference in New Issue
Block a user