Generate Beyoncé song recommendations based on commit sentiment.
- Integrate with an AI model (e.g., OpenAI, GitHub Models API) for song selection.
- Design prompt templates for the AI (provide mood and context).
- Send request to AI API and parse response (list of 5 songs).
- UI: Display recommended songs with mood context.
- Given mood label:
- Create prompt for AI
- Send to AI API
- Parse response for 5 songs
- Display songs in UI
- Provide AI API key in
.envif required.