latest updates

This commit is contained in:
2026-04-06 14:26:18 +00:00
parent 4c5041cade
commit 50be6bc233
8 changed files with 27 additions and 7 deletions

View File

@@ -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": {