Wire Bandcamp into AI recommendations - prioritize indie artists, attach Bandcamp links to results

This commit is contained in:
root
2026-03-30 23:42:03 -05:00
parent dd4df6a070
commit 37fccc6eef
9 changed files with 62 additions and 20 deletions

View File

@@ -16,6 +16,7 @@ class RecommendationItem(BaseModel):
spotify_id: str | None = None
preview_url: str | None = None
image_url: str | None = None
bandcamp_url: str | None = None
reason: str
score: float | None = None
saved: bool = False