←back to thread

143 points herol3oy | 1 comments | | HN request time: 0.269s | source
Show context
eterps ◴[] No.43634212[source]
The system prompt can be found here:

https://github.com/herol3oy/austen/blob/main/src/server/rout...

It would be more interesting if the graph could be generated by sourcing an arbitrary epub file into a RAG and have it figure out character relations without reading the whole book.

I wouldn't be surprised if it all could be done with a script using aichat[1] and rendering the diagram using graphviz.

[1] https://github.com/sigoden/aichat

replies(1): >>43637224 #
1. herol3oy ◴[] No.43637224[source]
Oh, this is a great idea. I'd love to try it and maybe I could add this feature to the current one! Thank you.