Commit graph

3 commits

Author SHA1 Message Date
Sunny
4ce1874d78 Revert "refactor: replace external Groq TTS proxy with built-in API route"
This reverts commit 41b9793537.
2026-02-07 01:53:12 +00:00
Sunny
41b9793537 refactor: replace external Groq TTS proxy with built-in API route
- Add /api/groq-tts route to handle TTS requests directly in Next.js
- Add /api/groq-tts/voices endpoint for listing available voices
- Remove groq-tts-proxy.py Python server dependency
- Remove authentication system (auth route, middleware, lib)
- Simplify startup script to only run the Next.js app

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 04:10:11 +00:00
Sunny
5f87d66cc4 feat: add AI summarization with multi-provider support and Groq TTS integration 2026-01-19 23:32:13 +00:00