Hacker News new | ask | show | jobs
by eterps 436 days ago
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

1 comments

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.