mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-31 10:36:16 -05:00
[PR #3568] [MERGED] fix: use AIOHTTP_CLIENT_TIMEOUT timeout setting for openai streaming response #36916
Reference in New Issue
Block a user
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/3568
Author: @fishhf
Created: 7/1/2024
Status: ✅ Merged
Merged: 7/1/2024
Merged by: @tjbck
Base:
dev← Head:dev📝 Commits (1)
f89fa06fix: use AIOHTTP_CLIENT_TIMEOUT timeout setting for openai streaming response📊 Changes
1 file changed (+4 additions, -1 deletions)
View changed files
📝
backend/apps/openai/main.py(+4 -1)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
It is not currently possible to run prompts that takes longer than 5 minutes when using OpenAI endpoints.
This PR updates OpenAI endpoint part to respect AIOHTTP_CLIENT_TIMEOUT setting.
Fixed
Additional Information
Relates to #3258
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.