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

[Feature] GPT翻译貌似只支持OpenAI的API,能否支持chatanywhere #1003

Closed bobjason2020 closed 2 weeks ago

bobjason2020 commented 3 weeks ago

Is there an existing issue for this?

Environment

Describe the feature request

是否支持chatanywhere的api,如果可以,如何设置(我在chatGPT接口改变网址翻译无反应);如果不可以,希望更新并支持

Describe the solution you'd like

希望支持chatanywhere的API

Anything else?

No response

bigben446 commented 3 weeks ago

刚刚发现,可以在chatgpt下配置,把官方网址替换成chatanywhere地址就行,https://api.chatanywhere.tech/v1/chat/completions

bigben446 commented 3 weeks ago

这边有说明: https://gist.github.com/GrayXu/f1b72353b4b0493d51d47f0f7498b67b 使用第三方OpenAI兼容接口时,填写规范与上述对齐即可。

bobjason2020 commented 1 week ago

非常感谢!!!