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

Ollama support #207

Open DaveChini opened 2 months ago

DaveChini commented 2 months ago

The ollama api should be callable using the OpenAIApi and just changing the API Host to point to the ollama serv location, but ollama streams by default and i think this is causing it to fail with Glarity. As far as i know there is no way to push custom parameters along with the api call.