We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
调用本机上部署的大模型进行翻译
能否实现 一个类似OpenAI Translator里面带的可以自行配置本地大模型翻译的接口,比如支持Ollama、llama-CPP之类的,这样就可以实现离线翻译,而不用依赖联网和别人的API了。
No response
The text was updated successfully, but these errors were encountered:
自荐下我的项目H1DDENADM1N/CapsWriter-Offline 可以用 Transformers 离线翻译模型Helsinki-NLP/opus-mt-zh-en。虽然主要功能是语音输入,但在最新版增加了 将光标选中的中文离线翻译并覆盖原文,按下 Alt + Z ,可以将光标选中了中文离线翻译为英文。通过 config.py 中 trans_and_replace_selected_shortcut 配置。
Alt
Z
config.py
trans_and_replace_selected_shortcut
Sorry, something went wrong.
feat: Support Ollama
a9f3127
#722
77fd005
No branches or pull requests
Description
调用本机上部署的大模型进行翻译
Application Scenario
能否实现 一个类似OpenAI Translator里面带的可以自行配置本地大模型翻译的接口,比如支持Ollama、llama-CPP之类的,这样就可以实现离线翻译,而不用依赖联网和别人的API了。
References
No response
The text was updated successfully, but these errors were encountered: