lifan0127 / ai-research-assistant

Aria is Your AI Research Assistant Powered by GPT Large Language Models
GNU Affero General Public License v3.0
794 stars 33 forks source link

Allow ARIA to cancel a query #81

Open danielvartan opened 3 months ago

danielvartan commented 3 months ago

Hi,

Is there a way to cancel a query made on ARIA?

image

lifan0127 commented 3 months ago

Hi @danielvartan, I can't say definitively but I suspect it is not possible right now. Zotero 6 is based on an old version of Firefox which does not seem to support the AbortController API (https://developer.mozilla.org/en-US/docs/Web/API/AbortController) to cancel http requests. When we migrate to Zotero 7, which is based on a modern Firefox engine, it should become possible to cancel a query.

danielvartan commented 3 months ago

Thank you @lifan0127 ! And thank you for creating this awesome plugin!

Hope this enters as feature request for new versions.