open-webui/backend/open_webui
Timothy Jaeryang Baek 80e004c31f
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
Integration Test / Run Cypress Integration Tests (push) Waiting to run
Integration Test / Run Migration Tests (push) Waiting to run
Merge pull request #8637 from kahghi/add-gcs-storage-provider
feat:add GCSStorageProvider
2025-01-21 18:14:22 -08:00
..
data
internal Merge branch 'open-webui:main' into main 2025-01-13 08:28:13 +01:00
migrations
models refac: access controls 2025-01-20 23:20:47 -08:00
retrieval fix: bing search 2025-01-20 22:52:19 -08:00
routers enh: validate user id before saving group 2025-01-20 23:09:55 -08:00
socket fix: Remove unnecessary decode statement 2025-01-17 13:43:56 -08:00
static
storage removed unused pytest-env and imports 2025-01-21 15:38:41 +08:00
test Merge pull request #8637 from kahghi/add-gcs-storage-provider 2025-01-21 18:14:22 -08:00
utils refac: Extend OIDC support to all OAuth authentication methods 2025-01-17 12:56:03 +08:00
__init__.py refac 2025-01-13 00:34:15 -08:00
alembic.ini
config.py Merge pull request #8637 from kahghi/add-gcs-storage-provider 2025-01-21 18:14:22 -08:00
constants.py enh: image prompt enhancer 2025-01-16 00:06:37 -08:00
env.py Merge pull request #8510 from MadsLang/main 2025-01-13 13:16:06 -08:00
functions.py
main.py refac 2025-01-16 00:13:02 -08:00
tasks.py