open-webui/backend/open_webui/routers
Tim Jaeryang Baek 7b5247810c
Merge pull request #13542 from tuzkiyoung/main
fix: support gpt-image-1 with correct parameter
2025-05-06 09:56:48 +04:00
..
audio.py refac: audio transcribe supported filetype 2025-05-05 23:42:56 +04:00
auths.py doc: changelog 2025-05-05 17:13:09 +04:00
channels.py
chats.py enh: chat share & export permissions 2025-04-23 14:43:33 +09:00
configs.py refac 2025-04-05 04:12:57 -06:00
evaluations.py refac 2025-05-05 16:41:51 +04:00
files.py refac: audio recording 2025-05-04 18:17:35 +04:00
folders.py fix: admin folder deletion issue 2025-04-02 17:55:24 -07:00
functions.py
groups.py
images.py fix: support gpt-image-1 with correct parameter 2025-05-06 10:17:22 +08:00
knowledge.py Update knowledge.py 2025-04-28 16:39:20 +10:00
memories.py refac 2025-04-12 15:10:43 -07:00
models.py
notes.py fix: non admin user notes 2025-05-05 23:31:37 +04:00
ollama.py Fix missing api_config for embedding Ollama proxy endpoints 2025-05-05 12:33:07 -04:00
openai.py refac: aiohttp trust_env=True 2025-04-28 16:47:34 +04:00
pipelines.py refac: aiohttp trust_env=True 2025-04-28 16:47:34 +04:00
prompts.py
retrieval.py feat(ocr): add support for Docling OCR engine and language configuration 2025-05-03 00:32:06 +03:00
tasks.py refac: use selected model for merge response 2025-04-02 19:33:20 -07:00
tools.py refac: rename hard to understand cryptic function names 2025-04-10 19:41:17 -07:00
users.py enh: notes user group permission 2025-05-04 17:22:51 +04:00
utils.py