mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #8214] Throwing errors if 'Temporary Chat' is enabled #53708
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?
Originally created by @pekrockstar on GitHub (Dec 30, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8214
The backend will keep outputting errors if the
temporary modeis enabled, I checked the code and pinpointed it here:2299f48430/backend/open_webui/utils/middleware.py (L753)Error info:
Code should include a conditional check:
@tjbck commented on GitHub (Dec 30, 2024):
Good catch, fixed on dev!
@silentoplayz commented on GitHub (Dec 31, 2024):
I can confirm there's no error being thrown on the backend regarding usage of the temporary chat feature on the dev branch.