{ "db_path": "${JARVIS_DB_PATH}", "sqlite_vss_path": null, "ollama_base_url": "${OLLAMA_BASE_URL}", "ollama_embed_model": "${OLLAMA_EMBED_MODEL}", "ollama_chat_model": "${OLLAMA_CHAT_MODEL}", "tts_enabled": true, "tts_engine": "piper", "tts_piper_model_path": "${TTS_PIPER_MODEL_PATH}", "whisper_model": "${WHISPER_MODEL}", "whisper_backend": "faster-whisper", "whisper_device": "${WHISPER_DEVICE}", "whisper_compute_type": "${WHISPER_COMPUTE_TYPE}", "location_enabled": true, "web_search_enabled": true, "wikipedia_fallback_enabled": true, "mcps": {} }