Files
open-webui-custom/backend/open_webui
Classic298 b91e8b73ab fix: properly raise exceptions instead of returning them in chat.py (#20276)
Change 'return Exception(...)' to 'raise Exception(...)' in chat_completed() and chat_action() functions. Returning an exception object instead of raising it causes errors to be silently swallowed, breaking error propagation.
2025-12-31 17:38:47 +04:00
..
2025-12-29 00:21:18 +04:00
2025-12-21 23:17:53 +04:00
2025-12-21 23:34:08 +04:00
2025-08-10 00:02:58 +04:00
2025-12-28 23:35:09 +04:00
2025-04-15 09:55:35 +02:00
2025-12-23 10:14:54 +04:00