Results 28 comments of Jeremy Dormitzer

The bookmarks should be stored in `data.json` - see #4

Hi @diethardsteiner - were you able to see a ToC at all? I've seen inconsistent results - some eBooks have a ToC that `epub.js` can parse, and some seem not...

Just to clarify - on the first book you looked at, the table of contents was displayed, but all items were displayed as top-level items? Or did Livre display the...

Perfect! I think we should wait and see if there is a response there. I just finished up my undergraduate degree, so I should have some free cycles pretty soon...

Oh I guess I should specify, I'm using streaming responses.

...and it turns out that was the key, streaming responses are inserted using a different function 🤦. Here's a fix: https://github.com/karthink/gptel/pull/770

Here's what I'm doing to integrate @rajp152k's script with gptel's crowdsourced prompts selector: ```elisp (use-package fabric-gpt.el :straight (:type git :host github :repo "rajp152k/fabric-gpt.el") :after gptel :commands (fabric-gpt.el-sync-patterns) :autoload (fabric-gpt.el-populate-patterns) :init...

Think I've run into one of those edge cases you were talking about @karthink: we should really be inserting the separator before a chat response, rather than after a tool...