open-webui/backend/open_webui/utils
Timothy Jaeryang Baek 9ea6cea0ba
Some checks are pending
Deploy to HuggingFace Spaces / check-secret (push) Waiting to run
Deploy to HuggingFace Spaces / deploy (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (3.11) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
refac
2025-04-05 14:31:22 -07:00
..
images
telemetry refac 2025-03-11 18:55:30 +00:00
access_control.py
audit.py refac 2025-02-26 23:35:09 -08:00
auth.py refac 2025-04-05 04:05:52 -06:00
chat.py refac: filters 2025-03-04 18:04:55 -08:00
code_interpreter.py fix 2025-03-03 20:16:40 -08:00
filter.py refactor: standardize filter valve retrieval logic 2025-04-02 02:58:02 +08:00
logger.py feat: add audit logger middleware and custom logger using loguru 2025-02-20 11:15:38 -03:00
middleware.py refac 2025-04-05 05:55:56 -06:00
misc.py chore: format 2025-03-01 07:28:00 -08:00
models.py enh: connection tags 2025-03-11 20:37:30 +00:00
oauth.py refac: rm OAUTH_USE_PICTURE_CLAIM 2025-04-02 19:23:24 -07:00
payload.py enh: allow json schema for format 2025-03-27 20:27:16 -07:00
pdf_generator.py chore: remove unnecessary Path conversions 2025-03-04 19:53:52 +02:00
plugin.py refac 2025-04-05 05:03:15 -06:00
redis.py chore: format 2025-03-28 11:47:14 -07:00
response.py Fix on ollama to openai conversion - stream can return a single message with content 2025-02-20 21:25:32 +01:00
security_headers.py
task.py fix: fix typing error in args 2025-03-01 10:20:29 +08:00
tools.py refac 2025-04-05 14:31:22 -07:00
webhook.py