Comment by FergusArgyll
9 hours ago
I have a script that calls out to a small llm
artist = llm_call("return the name of the artist based on this title", title)
etc. with some stripping of newlines etc. It works well! they can often infer the correct answer even if it's not present in the title
Hey ^^, that's a great idea.
I wrote all of this stuff pre-LLMs, never occurred to me until now, thanks!