47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"filesroot":"$[workdir]$/files",
|
|
|
|
"model_path": "/data/ymq/models/deepdml/faster-whisper-large-v3-turbo-ct2",
|
|
"redis_url": "redis://127.0.0.1:6379",
|
|
"worker_cnt": 1,
|
|
"logger":{
|
|
"name":"fastwhisper",
|
|
"levelname":"info",
|
|
"logfile":"$[workdir]$/logs/fastwhisper.log"
|
|
},
|
|
"website":{
|
|
"paths":[
|
|
["$[workdir]$/wwwroot",""]
|
|
],
|
|
"client_max_size":10000,
|
|
"host":"0.0.0.0",
|
|
"port":9925,
|
|
"coding":"utf-8",
|
|
"indexes":[
|
|
"index.html",
|
|
"index.dspy",
|
|
"index.ui"
|
|
],
|
|
"startswiths":[
|
|
{
|
|
"leading":"/idfile",
|
|
"registerfunction":"idfile"
|
|
},{
|
|
"leading": "/v1/transcribe",
|
|
"registerfunction": "transcribe"
|
|
},{
|
|
"leading": "/v1/status",
|
|
"registerfunction": "get_status"
|
|
}
|
|
],
|
|
"processors":[
|
|
[".tmpl","tmpl"],
|
|
[".app","app"],
|
|
[".ui","bui"],
|
|
[".dspy","dspy"]
|
|
],
|
|
"session_max_time":3000,
|
|
"session_issue_time":2500
|
|
}
|
|
}
|