mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 17:02:01 -05:00
[PR #22606] [CLOSED] feat: add CAMB AI as TTS engine #130433
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/22606
Author: @neilruaro-camb
Created: 3/12/2026
Status: ❌ Closed
Base:
dev← Head:feat/camb-ai-tts📝 Commits (1)
1216bd4feat: add CAMB AI as TTS engine📊 Changes
4 files changed (+268 additions, -0 deletions)
View changed files
📝
backend/open_webui/config.py(+15 -0)📝
backend/open_webui/main.py(+5 -0)📝
backend/open_webui/routers/audio.py(+164 -0)📝
src/lib/components/admin/Settings/Audio.svelte(+84 -0)📄 Description
Pull Request Checklist
devbranch.dev.feat:Changelog Entry
Description
Add CAMB AI as a new text-to-speech provider in Admin Settings > Audio. Supports standard streaming TTS via
/tts-streamand translated TTS via/translated-ttswith configurable target language.Added
config.pyandmain.pyfor CAMB AI (API base URL, API key, target language)routers/audio.pyAudio.svelteChanged
Dockerfile— EnableNODE_OPTIONSfor build memoryDeprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.