22 lines
429 B
JSON
22 lines
429 B
JSON
{
|
|
"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
|
|
}
|