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
migrations
models feat: Add ability to change permissions on group creation API 2025-01-17 12:03:24 -08:00
retrieval
routers
socket fix: Remove unnecessary decode statement 2025-01-17 13:43:56 -08:00
static
storage
test
utils refac: Extend OIDC support to all OAuth authentication methods 2025-01-17 12:56:03 +08:00
__init__.py
alembic.ini
config.py enh: add github oauth2 provider support 2025-01-17 13:22:35 +08:00
constants.py
env.py
functions.py
main.py
tasks.py