Files
open-webui-custom/backend/open_webui/utils
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-30 18:28:57 +04:00
2025-10-26 19:33:39 -07:00
2025-12-01 10:59:01 -05:00
2025-09-17 00:49:44 -05:00
2025-12-22 00:39:05 +04:00
2025-12-29 00:21:18 +04:00
2025-11-04 13:30:59 -05:00
2025-08-06 14:27:58 +04:00
2025-12-30 20:05:31 +04:00
2025-12-22 09:45:55 +04:00
2025-12-29 01:31:27 +04:00
2025-12-29 01:31:27 +04:00
2025-10-25 23:01:13 -07:00
2025-12-02 03:52:38 -05:00
2025-12-08 11:59:45 -05:00
2025-07-18 06:11:53 +08:00