Quote:
Originally Posted by Comfy.n
I edited my previous post to mention the add-on code and its AMO page to install it on mozilla based browsers.
Let me try to clarify: I don't see how to get a direct url to open a chat.deepseek.com query, as that add-on can do so seamlessly from selected text on any webpage.
If it was possible to find an endpoint (I think that's what devs call it), one could create a custom column to query {title} by {author} on Deepseek in order to get some blurb, or other inquiries about the title and author, via book details click
|
I took a quick look at the API. It appears that you could do it by constructing POST queries and be prepared to get JSON responses, which isn't something doable with a single URL. It requires code.