open-webui/backend/open_webui
Jason Kidd c5b67ea430
fix: Remove unnecessary decode statement
Since we create our Redis instance with , we don't
need to worry about decoding this value here. Plus this doesn't work
in python3 anyway
2025-01-17 13:43:56 -08:00
..
data
internal Merge branch 'open-webui:main' into main 2025-01-13 08:28:13 +01:00
migrations feat: reactions 2024-12-30 23:06:34 -08:00
models feat: Add ability to change permissions on group creation API 2025-01-17 12:03:24 -08:00
retrieval Milvus: add new config var, MILVUS_DB 2025-01-14 15:48:15 -05:00
routers refac: comfyui 2025-01-16 11:17:37 -08:00
socket fix: Remove unnecessary decode statement 2025-01-17 13:43:56 -08:00
static
storage add function to retrieve the storage provider so it can be easily tested 2025-01-16 08:09:56 +08:00
test Add test for S3 using moto 2025-01-16 12:37:44 +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 enh: add github oauth2 provider support 2025-01-17 13:22:35 +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