mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #2002] [MERGED] 🤩 Added custom openai tts models and role variables #43905
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/2002
Author: @Yanyutin753
Created: 5/6/2024
Status: ✅ Merged
Merged: 5/8/2024
Merged by: @tjbck
Base:
dev← Head:addAudio📝 Commits (3)
761c66a🤩 Added custom openai tts models and role variables5f7188bfix python test5d6517cupdate the name📊 Changes
34 files changed (+89 additions, -7 deletions)
View changed files
📝
backend/apps/audio/main.py(+12 -0)📝
backend/config.py(+2 -0)📝
src/lib/apis/audio/index.ts(+5 -2)📝
src/lib/apis/openai/index.ts(+3 -2)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+2 -1)📝
src/lib/components/chat/Settings/Audio.svelte(+37 -2)📝
src/lib/i18n/locales/ar-BH/translation.json(+1 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+1 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+1 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+1 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+1 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+1 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+1 -0)📝
src/lib/i18n/locales/en-US/translation.json(+1 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+1 -0)📝
src/lib/i18n/locales/fa-IR/translation.json(+1 -0)📝
src/lib/i18n/locales/fr-CA/translation.json(+1 -0)📝
src/lib/i18n/locales/fr-FR/translation.json(+1 -0)📝
src/lib/i18n/locales/it-IT/translation.json(+1 -0)📝
src/lib/i18n/locales/ja-JP/translation.json(+1 -0)...and 14 more files
📄 Description
Pull Request Checklist
Description
🤩 Added custom openai tts models and role environment variables
#1978
AUDIO_OPENAI_API_MODELtts-1-hdandtts-1AUDIO_OPENAI_API_VOICEChangelog Entry
Added
AUDIO_OPENAI_API_MODELandAUDIO_OPENAI_API_SPEAKERAdditional Information
Self test passed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.