feat: 完成 LLM 翻译节点

This commit is contained in:
cat-shark
2026-08-08 21:04:20 +08:00
commit c16dfb380b
8 changed files with 600 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"id": "llm-translate",
"name": "LLM Subtitle Translate",
"version": "0.1.0",
"capability": "llm",
"repo_dir": "wov-node-llm",
"command": ["python", "-m", "wov_node_llm"],
"env": {
"WOV_NODE_PORT": "0"
},
"input_schema": {
"srt_uri": "file"
},
"output_schema": {
"cn_srt_uri": "file"
},
"max_concurrency": 1,
"idle_ttl_seconds": 60,
"health_timeout_seconds": 10,
"keep_warm": false
}