open-webui/backend/open_webui
Suleiman Elkhoury 7620a6bf8c
Update config.py
Fixed S3_USE_ACCELERATE_ENDPOINT variable from "False" to "false" since boto3 expects a Python bool, not a string.
Added S3_ENABLE_TAGGING env variable to avoid incompatiblilty with Storages that does not support tagging (like Cloudflare R2)
2025-05-07 14:46:58 +02:00
..
data
internal
migrations feat: notes 2025-05-03 18:16:32 +04:00
models fix: oauth 2025-05-05 19:38:36 +04:00
retrieval chore: format 2025-05-07 02:01:03 +04:00
routers refac 2025-05-07 02:45:00 +04:00
socket chore: format 2025-05-03 23:48:24 +04:00
static
storage chore: format 2025-04-28 17:46:05 +04:00
test
utils enh: add presence_penalty parameter to openai 2025-05-07 00:56:20 +02:00
__init__.py Update __init__.py 2025-04-15 09:55:35 +02:00
alembic.ini
config.py Update config.py 2025-05-07 14:46:58 +02:00
constants.py
env.py enh: sentence transformers env vars 2025-04-24 01:55:18 +09:00
functions.py
main.py Merge pull request #13540 from NoMoreFood/dev 2025-05-07 00:49:57 +04:00
tasks.py