@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user