24 Commits

Author SHA1 Message Date
zuoban
1f7fab5c0b feat: add logging for endpoint requests and responses in client and utils 2025-08-12 14:33:51 +08:00
zuoban
f849a2f5ea feat: reduce voices cache expiry time from 24 hours to 2 hours 2025-08-12 14:16:22 +08:00
zuoban
901bb4c3d1 feat: add logging for voice list retrieval from cache and fix loading option text 2025-08-12 14:10:11 +08:00
zuoban
1edb4273dd feat: remove API documentation tab and update README for deployment instructions 2025-06-29 11:49:53 +08:00
王锦强
87ddd3667c feat: refactor event handling and clean up TTS request parameters 2025-04-02 23:36:37 +08:00
王锦强
5ec2b625e8 feat: add IFreeTime endpoint and response handling for TTS application 2025-04-02 21:51:50 +08:00
王锦强
857f9055c8 feat: enhance JWT handling by adding expiration parsing and logging in GetEndpoint 2025-04-02 13:14:29 +08:00
王锦强
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
王锦强
869080287e feat: extend voices cache expiry to 24 hours for improved performance 2025-03-11 23:33:54 +08:00
王锦强
7958e56bdf feat: improve API key validation and enhance error handling in TTS service 2025-03-11 21:35:37 +08:00
王锦强
5c4d22ef8f feat: update voice mapping logic to prioritize request voice over default 2025-03-11 14:21:04 +08:00
王锦强
4225e5771f feat: add SSML processing capabilities and configuration support 2025-03-11 12:23:46 +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
王锦强
116eb6ad99 feat: implement user ID generation and update endpoint headers 2025-03-10 21:40:15 +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