josc146

Results 117 comments of josc146

> Can you add Bing Engine support? > Can you add Baidu Engine support? i've add here #31

I have indeed seen many people hoping to add the custom prompt feature, and I also intend to implement it. However, I am busy with other real-life work, so I...

When you open https://chat.openai.com, will it ask you for verification? This issue seems to be related to the credibility of your IP.

Try to keep the tab of https://chat.openai.com open, and submit your question

Is there an officially hosted llama2 service currently?

PDF document operations require content to be selected and then called from the right-click menu, because JavaScript scripts cannot get mouse-click events within the PDF

This is possible. I checked pdfjs and found that the project also provides a PDF Viewer extension which is open source. I am able to embed this extension into chatGPTBox...

I plan to implement this feature after completing the first version of the plugin system for chatGPTBox

@rmeissn You can try again, it may be that the extension is sleeping in the background. Note that the "Summarize This Page" function will not work because it cannot get...

@rmeissn It looks like firefox uses a dedicated pdf viewer, and blocks any script injections, which means that any firefox addon cannot interact with pdf pages. - https://stackoverflow.com/questions/70840444/firefox-addon-javascript-doesnt-get-executed-when-opening-a-pdf-file-in-the-brow - https://stackoverflow.com/questions/62733996/firefox-add-on-host-permission-error-on-tab-with-pdf-file...