open-webui/backend/open_webui
priten 9a55257c5b feat: add Azure AI Speech STT provider
- Add Azure STT configuration variables for API key, region and locales
- Implement Azure STT transcription endpoint with 200MB file size limit
- Update Audio settings UI to include Azure STT configuration fields
- Handle Azure API responses and error cases consistently
2025-04-10 15:38:59 -05:00
..
data
internal
migrations
models refac: folders 2025-03-30 23:36:15 -07:00
retrieval refac: embedding prefix 2025-04-06 17:17:24 -07:00
routers feat: add Azure AI Speech STT provider 2025-04-10 15:38:59 -05:00
socket chore: format 2025-03-28 11:47:14 -07:00
static fix: fix typo 2025-03-07 00:19:26 +00:00
storage feat: add AWS workload identity support 2025-02-27 13:12:54 -05:00
test feat: add AWS workload identity support 2025-02-27 13:12:54 -05:00
utils chore: format 2025-04-06 17:36:16 -07:00
__init__.py
alembic.ini
config.py feat: add Azure AI Speech STT provider 2025-04-10 15:38:59 -05:00
constants.py refac 2025-02-03 16:14:00 -08:00
env.py Update env.py 2025-04-03 00:36:16 +00:00
functions.py refac 2025-03-26 01:17:10 -07:00
main.py feat: add Azure AI Speech STT provider 2025-04-10 15:38:59 -05:00
tasks.py