mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
[PR #3107] [MERGED] Fix: ollama long response timeout #7985
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/3107
Author: @TheTerrasque
Created: 6/12/2024
Status: ✅ Merged
Merged: 6/14/2024
Merged by: @tjbck
Base:
dev← Head:defect/ollama-long-response-timeout📝 Commits (2)
e130ad7Added timeout setting for ollama streaming response454a386refac📊 Changes
3 files changed (+9 additions, -1 deletions)
View changed files
📝
TROUBLESHOOTING.md(+4 -0)📝
backend/apps/ollama/main.py(+4 -1)📝
backend/config.py(+1 -0)📄 Description
Fix for https://github.com/open-webui/open-webui/issues/3067
Changes:
aiohttp.ClientSessioncall to ollama, to work around default timeout of 5 minutes being too short in some situationsTROUBLESHOOTING.mdunder title "Error on Slow Reponses for Ollama"🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.