open-webui/backend/open_webui
tidely d7b18b662b chore: use logging.getLevelNamesMapping()
Use `logging.getLevelNamesMapping()` for getting all valid logging levels. This also allows adding new ones using `logging.addLevel()`. This feature was [added](https://docs.python.org/3.11/library/logging.html#logging.getLevelNamesMapping) in Python 3.11 which is above the minimum supported Python version for open-webui.
2025-02-27 11:19:27 +02: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 chore: format 2025-02-26 22:18:18 -08:00
retrieval refac: dedup 2025-02-26 23:51:39 -08:00
routers chore: format 2025-02-26 22:18:18 -08:00
socket refac: direct connections 2025-02-13 00:34:45 -08:00
static refac 2025-02-15 21:14:03 -08:00
storage Merge pull request #10752 from NovoNordisk-OpenSource/yvedeng/standardize-logging 2025-02-25 10:53:02 -08:00
test Update test_provider.py 2025-02-18 15:53:54 -05:00
utils refac 2025-02-26 23:35:09 -08:00
__init__.py refac 2025-01-13 00:34:15 -08:00
alembic.ini
config.py enh: bypass embedding and retrieval 2025-02-26 15:42:19 -08:00
constants.py refac 2025-02-03 16:14:00 -08:00
env.py chore: use logging.getLevelNamesMapping() 2025-02-27 11:19:27 +02:00
functions.py feat/async-pipes 2025-02-21 08:24:48 +01:00
main.py Merge pull request #10436 from victorstevansuse/feat/audits 2025-02-26 23:15:10 -08:00
tasks.py refac: chat requests 2024-12-19 01:00:32 -08:00