Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 556 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 556 Bytes

Lyrify expand - 翻译节点

特性

  • 聚合多种逆向翻译服务:如 Google, Microsoft, Transmart, Youdao, Deeplx 等

Docker 部署

docker run -d --restart=always --name lyrify-expand -p 3001:3000 sipcink/lyrify-expand

使用

支持模型: youdao, deeplx, microsoft, google, transmart

curl --location -g --request POST 'http://localhost:3000/{{model}}/translate' \
--header 'Content-Type: application/json' \
--data '{
    "text": "你好",
    "from": "zh-cn",
    "to": "en"
    }'