open-webui/backend/open_webui/routers
Timothy Jaeryang Baek aaff204e7b refac
2025-05-27 00:56:59 +04:00
..
audio.py feat: user stt language 2025-05-24 00:36:30 +04:00
auths.py feat: WEBUI_AUTH_TRUSTED_GROUPS_HEADER 2025-05-24 23:17:12 +04:00
channels.py
chats.py refac: pinned chat endpoint 2025-05-26 22:15:21 +04:00
configs.py refac 2025-04-05 04:12:57 -06:00
evaluations.py fix: evaluation feedback endpoints 2025-05-14 20:08:49 +04:00
files.py Merge pull request #14335 from open-webui/main 2025-05-26 13:02:08 +04:00
folders.py
functions.py refac 2025-05-27 00:56:59 +04:00
groups.py
images.py feat: user stt language 2025-05-24 00:36:30 +04:00
knowledge.py feat:Add vector type and vector factory class for vector database integration 2025-05-14 21:30:50 +08:00
memories.py feat:Add vector type and vector factory class for vector database integration 2025-05-14 21:30:50 +08:00
models.py
notes.py fix: non admin user notes 2025-05-05 23:31:37 +04:00
ollama.py feat: ollama unload model 2025-05-23 19:45:29 +04:00
openai.py refac: azure openai 2025-05-19 04:31:04 +04:00
pipelines.py refac 2025-05-15 12:58:44 +04:00
prompts.py
retrieval.py Merge pull request #14069 from Ithanil/bm25_weight 2025-05-24 01:13:03 +04:00
tasks.py feat: read max_tokens from model config with fallback to 1000 for title and tag generation 2025-05-18 22:45:33 +03:00
tools.py enh: external tool server custom name/description support 2025-05-27 00:10:33 +04:00
users.py Increased PAGE_ITEM_COUNT to 30 2025-05-09 12:59:50 +02:00
utils.py