Updates
Rolling release / release (push) Successful in 7m21s

This commit is contained in:
2026-09-12 09:40:42 -04:00
parent a4073b9020
commit f26204505e
23 changed files with 531 additions and 114 deletions
+5 -2
View File
@@ -200,11 +200,14 @@ else
cat > "${CONFIG_DIR}/config.json" <<'EOF'
{
"wakePhrase": "hey jarvis",
"wakeCommand": "jarvis-wake-bridge",
"modelProfile": "laptop-16gb",
"ttsEnabled": true
"ttsEnabled": true,
"fsAccess": "workspace",
"freeVramOnIdle": true
}
EOF
log "created ${CONFIG_DIR}/config.json with default wake phrase, laptop-16gb profile, and TTS enabled"
log "created ${CONFIG_DIR}/config.json with default wake phrase, CPU wake detector, laptop-16gb profile, and TTS enabled"
fi
if [[ ! -f "${CONFIG_DIR}/qvac.config.json" ]]; then
sed "s#__JARVIS_CACHE__#${CACHE_DIR}#g" "${ROOT_DIR}/packaging/qvac.config.template.json" > "${CONFIG_DIR}/qvac.config.json"