open-webui/backend/open_webui
tidely b15814c42f chore: remove unnecessary Path conversions
Remove unnecessary `pathlib.Path` conversions. (CACHE_DIR and DATA_DIR)

Use `/` Path joining shorthand to ensure using platform specific Path separators (Windows: \\, Unix: /)
2025-03-04 19:53:52 +02:00
..
data
internal
migrations
models chore: format 2025-02-26 22:18:18 -08:00
retrieval Merge pull request #11141 from Youggls/dev 2025-03-04 00:54:49 -08:00
routers chore: remove unnecessary Path conversions 2025-03-04 19:53:52 +02:00
socket refac 2025-02-28 16:02:15 -08:00
static refac: assets 2025-03-04 01:47:17 -08:00
storage feat: add AWS workload identity support 2025-02-27 13:12:54 -05:00
test feat: add AWS workload identity support 2025-02-27 13:12:54 -05:00
utils chore: remove unnecessary Path conversions 2025-03-04 19:53:52 +02:00
__init__.py
alembic.ini
config.py chore: remove unnecessary Path conversions 2025-03-04 19:53:52 +02:00
constants.py
env.py Merge pull request #10868 from tidely/loggingnamemap 2025-03-03 20:55:22 -08:00
functions.py feat/async-pipes 2025-02-21 08:24:48 +01:00
main.py refac 2025-03-04 02:45:05 -08:00
tasks.py