latest updates
This commit is contained in:
@@ -5,10 +5,13 @@
|
||||
"models": {
|
||||
"openrouter/auto": {
|
||||
"alias": "OpenRouter"
|
||||
},
|
||||
"openrouter/free": {
|
||||
"alias": "OpenRouter (free)"
|
||||
}
|
||||
},
|
||||
"model": {
|
||||
"primary": "openrouter/auto"
|
||||
"primary": "openrouter/free"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -54,6 +57,20 @@
|
||||
"fetch": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"media": {
|
||||
"audio": {
|
||||
"enabled": true,
|
||||
"maxBytes": 20971520,
|
||||
"models": [
|
||||
{
|
||||
"type": "cli",
|
||||
"command": "whisper",
|
||||
"args": ["--model", "base", "{{MediaPath}}"],
|
||||
"timeoutSeconds": 45
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"auth": {
|
||||
|
||||
Reference in New Issue
Block a user