Exclude queried artists from recommendations - only suggest new artists

This commit is contained in:
root
2026-03-31 10:41:28 -05:00
parent 51040e3723
commit fcca23e3ca

View File

@@ -181,6 +181,8 @@ Discovery mode: {mode_instruction}
{adventurousness_instruction} {adventurousness_instruction}
IMPORTANT: If the user mentions specific artists or songs in their request, do NOT recommend anything BY those artists. The user already knows them — recommend music by OTHER artists that match the vibe. For example, if they say "I like Sublime", recommend artists similar to Sublime, but NEVER Sublime themselves.
Already in their library (do NOT recommend these): Already in their library (do NOT recommend these):
{', '.join(list(existing_tracks)[:50]) if existing_tracks else 'None provided'} {', '.join(list(existing_tracks)[:50]) if existing_tracks else 'None provided'}
{disliked_instruction} {disliked_instruction}