- Add ElevenLabs SDK integration for text-to-speech conversion
- Implement automatic audio generation after conversation completion
- Add comprehensive audio playback controls (play/pause/restart)
- Include real-time debug panel for monitoring audio generation process
- Add proper error handling for quota exceeded and other API errors
- Integrate audio stream processing and buffer concatenation
- Add volume control and progress tracking for audio playback
- Include responsive UI states for audio generation and playback
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Replace @ai-sdk/mistral with @ai-sdk/openai dependency
- Update model from mistral-medium-latest to gpt-4o-mini
- Use OPENAI_API_KEY from environment for authentication
- Improve conversation generation quality with OpenAI model
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Install Mistral AI SDK and required dependencies
- Create API endpoint for generating podcast conversations using structured data
- Generate conversations between two hosts with distinct personalities:
* Host 1: Bubbly, excited, and enthusiastic
* Host 2: Skeptical, sarcastic, and thoughtful
- Include emotional expressions in brackets like [giggles], [sarcastically]
- Use same language as scraped content (English, Italian, etc.)
- Update frontend to automatically generate conversation after scraping
- Remove mock data and unused variables
- Add proper error handling and loading states
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add shadcn/ui components (Button, Input, Card, Progress)
- Replace custom UI elements with shadcn components throughout the app
- Install required dependencies (@radix-ui, lucide-react, class-variance-authority)
- Create utils file for proper component styling
- Enable dark mode as default theme
- Update CSS with proper oklch color system and dark mode variables
- Remove media query for automatic color scheme detection
- Maintain all existing functionality with improved component consistency
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>