mys1
4 hours ago
Do you envision this taking context from the webpage the user is on, similar to how Chrome's Gemini extension works?
blake__dev
4 hours ago
Not particularly, this is more designed to be a separate chat app than a chat-with-the-webpage extension. Also, parsing webpages for LLM ingest is not the easiest thing in the world in my experience. You could dump the whole html but that's a LOT of tokens to be spending if you're using your own API key (vs using a subscription model like with first party extensions).