windingwind / zotero-pdf-translate

Translate PDF, EPub, webpage, metadata, annotations, notes to the target language. Support 20+ translate services.
GNU Affero General Public License v3.0
7.67k stars 359 forks source link

Add ollama support. #1006

Closed freeSc closed 2 weeks ago

freeSc commented 2 weeks ago

Hi, I added ollama support to this project.

windingwind commented 2 weeks ago

Thank you. Does this service support APIs in ChatGPT format? If so, you can use the ChatGPT service option with a custom endpoint.

freeSc commented 2 weeks ago

Thank you. Does this service support APIs in ChatGPT format? If so, you can use the ChatGPT service option with a custom endpoint.

Yes, I tested it. Ollama does support OpenAI-compatible APIs and it is available.

windingwind commented 2 weeks ago

In that case, we may not want to merge this, as you can directly use the ChatGPT service option provided by the plugin.

freeSc commented 2 weeks ago

In that case, we may not want to merge this, as you can directly use the ChatGPT service option provided by the plugin.

OK, I got it. Please update the readme so that people who want to use ollama know how to operate it. Thank you.

windingwind commented 2 weeks ago

Thanks. Updated

XiaZixun commented 5 days ago

I still hope the author considers adding separate support for ollama. Although ollama has the same API format as openai, when I need to switch between the two to reference different model outputs, recording openai's key is troublesome. A separate configuration option for ollama can avoid this hassle.