sparticleinc / chatgpt-google-summary-extension

Chrome extension to view ChatGPT summaries alongside Google search results and YouTube videos, also supports Yahoo! ニュース、PubMed、PMC、NewsPicks、Github、Nikkei、 Bing、Google Patents, and any page summary.
https://glarity.app
GNU General Public License v3.0
1.7k stars 216 forks source link

Bug: Not supported api host locally, for example 127.0.0.1:8080 #202

Open sheng-di opened 3 months ago

sheng-di commented 3 months ago

Describe the bug Bug: Not supported api host locally, for example 127.0.0.1:8080

Desktop (please complete the following information):

givebest commented 3 months ago
image

On chrome web store version v4.13.5, I configured http://127.0.0.1:8080 to request http://127.0.0.1:8080/v1/chat/completions. Of course I don't have LLM locally so the request is failing, if you do you can try it.

sheng-di commented 2 months ago

I'm using Glarity. It doesn't work.

image image

The local AI service is already running at port 8080.

givebest commented 2 months ago

Sorry, the macOS Safari version was not submitted as the latest version due to Apple's review, and now you can only use the latest version of Glarity on Chrome/Edge.

sheng-di commented 2 months ago

Should I build the macOS Safari version locally?