refac: AIOHTTP_CLIENT_TIMEOUT default value should match

This commit is contained in:
Timothy J. Baek
2024-06-15 04:25:21 -06:00
parent 262501304c
commit dfa2cf9e6d
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ docker run -d --network=host -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=
### Error on Slow Reponses for Ollama
Open WebUI has a default timeout of 15 minutes for Ollama to finish generating the response. If needed, this can be adjusted via the environment variable AIOHTTP_CLIENT_TIMEOUT, which sets the timeout in seconds.
Open WebUI has a default timeout of 5 minutes for Ollama to finish generating the response. If needed, this can be adjusted via the environment variable AIOHTTP_CLIENT_TIMEOUT, which sets the timeout in seconds.
### General Connection Errors