Commit Graph

2 Commits

Author SHA1 Message Date
qdivan 1d8089f4f4 fix(server): parse file delete request bodies (#1420) 2026-06-09 09:36:46 +08:00
Zhicheng Han dcbad349c2 接入统一后端 TTS 合成和 MiMo 音色复刻 (#1353)
* feat: add tts provider contract

* fix: harden tts text cleanup

* fix: handle self closing tts html tags

* fix: make tts provider types usable

* fix: strengthen tts type and html cleanup coverage

* fix: support mimo tts bearer authentication

* fix: infer mimo voice clone model

* feat: add server tts providers

* fix: normalize openai tts speech urls

* fix: preserve openai tts endpoint query params

* feat: add unified tts synthesis endpoint

* fix: protect unified tts synthesis endpoint

* feat: make tts playback abortable

* fix: harden client tts playback errors

* fix: catch tts autoplay playback failures

* feat: add mimo auth and voice clone settings

* fix: normalize custom tts pause state

* docs: document tts provider support

* fix: harden tts final review blockers

* fix: restrict tts outbound base urls

* test: adapt tts route ordering for 0.6.10

* fix: keep legacy tts routes public on 0.6.10

* docs: record tts chat-chain change

---------

Co-authored-by: ekko <fqsy1416@gmail.com>
2026-06-06 09:45:47 +08:00