Files
open-webui-custom/backend/open_webui/routers
Sihyeon Jang 3ccbb46938 perf: fix cache key generation for model list caching
- Replace Request object with user.id in cache key for get_all_models
- Request objects are new instances per HTTP request, preventing cache hits
- Cache keys now use user.id ensuring proper cache functionality
- Affects both Ollama and OpenAI model list endpoints

Signed-off-by: Sihyeon Jang <sihyeon.jang@navercorp.com>
2025-09-03 05:17:41 +09:00
..
2025-08-30 20:31:13 -04:00
2025-08-28 03:24:26 +04:00
2025-08-15 00:07:02 +04:00
2025-08-14 16:56:08 +04:00
2025-08-18 20:53:46 +04:00
2025-07-21 22:17:08 +03:00
2025-08-10 01:44:33 +04:00
2025-07-28 11:31:06 +04:00
fix
2025-08-22 17:19:57 +04:00
2025-09-02 21:32:07 +04:00
2025-07-20 15:00:24 +04:00
2025-07-17 17:36:06 +04:00
2025-05-15 12:58:44 +04:00
2025-08-26 16:54:36 +04:00
2025-08-06 14:27:07 +04:00
2025-08-27 03:07:21 +04:00