44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"filesroot": "$[workdir]$/files",
|
|
"model_path": "/share/models/VibeVoice-ASR-7B",
|
|
"redis_url": "redis://127.0.0.1:6379",
|
|
"worker_cnt": 2,
|
|
"logger": {
|
|
"name": "vibevoice-asr",
|
|
"levelname": "info",
|
|
"logfile": "$[workdir]$/logs/vibevoice.log"
|
|
},
|
|
"website": {
|
|
"paths": [
|
|
["$[workdir]$/wwwroot", ""]
|
|
],
|
|
"client_max_size": 10000,
|
|
"host": "0.0.0.0",
|
|
"port": 9926,
|
|
"coding": "utf-8",
|
|
"indexes": ["index.html", "index.dspy", "index.ui"],
|
|
"startswiths": [
|
|
{
|
|
"leading": "/api/asr",
|
|
"registerfunction": "asr"
|
|
},
|
|
{
|
|
"leading": "/api/transcribe",
|
|
"registerfunction": "transcribe"
|
|
},
|
|
{
|
|
"leading": "/api/status",
|
|
"registerfunction": "get_status"
|
|
}
|
|
],
|
|
"processors": [
|
|
[".tmpl", "tmpl"],
|
|
[".app", "app"],
|
|
[".ui", "bui"],
|
|
[".dspy", "dspy"]
|
|
],
|
|
"session_max_time": 3000,
|
|
"session_issue_time": 2500
|
|
}
|
|
}
|