1
1
Fork 0

open-webui: disable timeout workaround

This commit is contained in:
Myned 2025-03-31 15:10:48 -05:00
parent 95766f8048
commit c1169783d5
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -28,9 +28,10 @@ in {
environment = {
PORT = 3033; # 8080/tcp
# HACK: Offline Ollama endpoints result in an unusable interface, so cap timeout
#!! Low timeout causes text streaming to halt, increase if reached
# https://github.com/open-webui/open-webui/issues/11228
AIOHTTP_CLIENT_TIMEOUT = 5; # 300 seconds by default
# https://github.com/open-webui/open-webui/issues/11320
#// AIOHTTP_CLIENT_TIMEOUT = 300; # Seconds
};
};
};