Use a LLM to infer the segments of a scene #78
Labels
assistant
huggingface
See the "Hugging Face" milestone for more info
new feature
prompt editor
Editor of stories and screenplays
Milestone
Context
Currently we use the Broadway library to convert a screenplay to a .clap file
But this uses heuristics (if/elses, pattern matching using regexes) which can scale (importing only takes a few seconds) but are "dumb" and can't get the bigger picture
Solution
Call the LLM when we import a story, for more accurate conversion to the timeline.
Note that this is a non-trivial ticket, there are technical constraints (context window, speed, memory, JSON validation etc)
The text was updated successfully, but these errors were encountered: