mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-29 18:40:38 +00:00
- Tauri commands: save_cloud_key writes keys to ~/.openjarvis/cloud-keys.env (chmod 600), get_cloud_key_status reports which providers are configured. - Server spawn: reads cloud-keys.env and injects keys as env vars into the jarvis serve process, so CloudEngine picks them up automatically. - Frontend: Cloud Models tab saves keys through Tauri invoke (desktop) in addition to localStorage (web), so keys persist across restarts. - Flow: user enters key in Cloud tab → saved to disk → next server start picks it up → cloud models appear in the model list.