tisfeng / Raycast-Easydict

A Raycast Extension for looking up words or translating text in an easy way. Support 48+ languages, support Linguee and Youdao dictionary, support OpenAI, DeepL, Google, Bing, Apple, Baidu, Tencent, Volcano, Youdao and Caiyun translation.
https://www.raycast.com/isfeng/easydict
MIT License
382 stars 21 forks source link

🚀 Feature Request: 添加一个单独的 Ollama 翻译服务 #57

Open tisfeng opened 4 months ago

tisfeng commented 4 months ago

Please confirm the following:

Feature description

在这个 PR https://github.com/tisfeng/Raycast-Easydict/pull/51 中,我们添加了 HTTP 请求支持和自定义 OpenAI model,借此已经可以实现本地 Ollama 翻译了。

但这样会占用原本的 OpenAI 翻译,因此我希望添加一个单独的 Ollama 翻译服务,让它们能够共存。

image

Use case

ollama 的一些模型如 yiqwen 翻译效果。

Proposed solution (optional)

No response

Are you willing to submit a PR to implement this feature