Commit Graph

13 Commits

Author SHA1 Message Date
王锦强
ebb7e2b292 feat: add reader endpoint and update TTS link generation with display name 2025-03-16 23:29:16 +08:00
王锦强
1cc4ef556c feat: increase server timeout settings and max concurrent TTS requests 2025-03-16 21:58:48 +08:00
王锦强
9100930d3a feat: enhance TTS request handling by refactoring methods, adding OpenAI request support, and improving text segmentation 2025-03-16 20:24:04 +08:00
王锦强
6fa5c1f467 feat: refactor application to use Gin framework, update routing and middleware handling 2025-03-15 12:39:17 +08:00
王锦强
cab289dabf feat: refactor routing structure by moving routes to a dedicated package and updating service initialization 2025-03-14 20:47:37 +08:00
王锦强
5c4d22ef8f feat: update voice mapping logic to prioritize request voice over default 2025-03-11 14:21:04 +08:00
王锦强
d7d8d4e4bc feat: add API Key input and authentication for TTS requests 2025-03-10 23:15:56 +08:00
王锦强
eb3a2ad5d0 feat: add Style parameter to TTS request for OpenAI model 2025-03-10 22:42:33 +08:00
王锦强
561b0459d5 feat: 使用 viper 绑定配置,open ai api 添加认证配置 2025-03-10 22:31:26 +08:00
王锦强
c56b27aeee feat: remove unused HandleOpenAITTS function and adjust token expiry time 2025-03-10 08:39:42 +08:00
王锦强
1cd2ac1624 feat: add style selection for TTS and update related functionality 2025-03-09 17:21:52 +08:00
王锦强
9cf173946d feat: update Dockerfile and README for TTS service setup and usage instructions 2025-03-09 13:50:02 +08:00
王锦强
8f2fd68ebe feat: 重构项目以符合 Go 规范,添加 OpenAI 接口适配,优化长文本朗读功能(切割后合并) 2025-03-09 13:02:28 +08:00