LunaTranslator/docs/zh/offlinellm.md
恍兮惚兮 0726d4b708 ...
2024-10-01 12:44:34 +08:00

17 lines
942 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 如何使用大模型离线翻译?
### Sakura大模型
> 推荐使用配置简单效果好也可以纯cpu运行轻量模型
部署方法可参考 https://github.com/SakuraLLM/SakuraLLM/wiki
### ChatGPT兼容接口
可以将**Sakura大模型**地址和模型填到这个的参数里面使用相比起来只是多了些预设prompt等参数其他无区别
也可以使用[llama.cpp](https://github.com/ggerganov/llama.cpp) 、[ollama](https://github.com/ollama/ollama)、[one-api](https://github.com/songquanpeng/one-api)之类的工具进行模型的部署,然后将地址和模型填入。
也可以使用Kaggle之类的平台来把模型部署到云端这时可能会需要用到SECRET_KEY其他时候可以无视SECRET_KEY参数。
也可以把注册的大模型的api填进来用但没必要和注册在线翻译下ChatGPT兼容接口相比除了不会使用代理外没有其他区别。