open-webui/backend/open_webui/utils
Timothy Jaeryang Baek 4271b652a5
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
Merge pull request #9619 from XingjianXie/fix_after_tag
Fix tag_content_handler issue
2025-02-07 14:42:14 -08:00
..
images fix max seed for comfyui 2025-02-08 01:10:18 +07:00
access_control.py
auth.py
chat.py
middleware.py Fix tag_content_handler issue: after_tag should be remove from the current content_blocks 2025-02-07 20:15:54 +00:00
misc.py feat: native tool calling support 2025-02-04 23:05:14 -08:00
models.py
oauth.py Merge pull request #9620 from tarmst/add-oauth-debug-logs 2025-02-07 14:41:43 -08:00
payload.py refac: system prompt template 2025-02-05 14:35:18 -08:00
pdf_generator.py
plugin.py fix: Add error catching for function pip install issues 2025-01-30 13:32:11 -07:00
response.py refac: ollama tool calls 2025-02-04 21:42:49 -08:00
security_headers.py
task.py
tools.py refac 2025-02-04 21:20:03 -08:00
webhook.py