open-webui/backend/open_webui/routers
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
..
audio.py chore: remove unnecessary Path conversions 2025-03-04 19:53:52 +02:00
auths.py fix: ldap email case sensitive 2025-03-03 19:52:27 -08:00
channels.py
chats.py
configs.py
evaluations.py
files.py
folders.py
functions.py chore: remove unnecessary Path conversions 2025-03-04 19:53:52 +02:00
groups.py
images.py chore: remove unnecessary Path conversions 2025-03-04 19:53:52 +02:00
knowledge.py
memories.py
models.py refac 2025-03-03 21:27:48 -08:00
ollama.py refac: AIOHTTP_CLIENT_TIMEOUT_MODEL_LIST 2025-03-03 20:24:10 -08:00
openai.py chore: remove unnecessary Path conversions 2025-03-04 19:53:52 +02:00
pipelines.py
prompts.py
retrieval.py chore: format 2025-03-01 07:28:00 -08:00
tasks.py
tools.py chore: remove unnecessary Path conversions 2025-03-04 19:53:52 +02:00
users.py
utils.py