Is your feature request related to a problem? Please describe.
Instant playlist improvements:
Could it be possible to have a tighter integration with LLM models? For a request such as: I would like to improve my HIIT training; hence I would like you to create me a 30 minutes playlist to workout , I get relevant songs saved in playlist, but the problem is that the playlist is 100 songs long instead of being around 30 minutes as I requested.
Describe the solution you'd like
- easy change, in the
Instant playlist add a configurable parameter, similar to the one from Playlist from Similar Song where the user can select the number of songs to add in the playlist.
- more complex, I don't know if is possible to implement it, let LLM to fully generate the playlist. I guess this will require that the LLM knows the length of the songs so that it will select songs and generate a 30 minutes playlist.
Describe alternatives you've considered
N/A
Additional context
What I had in mind, is something like this:

With something like this, the user can create the weirdest queries and LLM would be responsible in providing the user's wish(es).
Is your feature request related to a problem? Please describe.
Instant playlist improvements:
Could it be possible to have a tighter integration with LLM models? For a request such as:
I would like to improve my HIIT training; hence I would like you to create me a 30 minutes playlist to workout, I get relevant songs saved in playlist, but the problem is that the playlist is 100 songs long instead of being around 30 minutes as I requested.Describe the solution you'd like
Instant playlistadd a configurable parameter, similar to the one fromPlaylist from Similar Songwhere the user can select the number of songs to add in the playlist.Describe alternatives you've considered
N/A
Additional context

What I had in mind, is something like this:
With something like this, the user can create the weirdest queries and LLM would be responsible in providing the user's wish(es).