mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 02:42:16 +00:00
- Boot sequence: Phase 2 now pulls ALL Qwen3.5 models that fit in RAM before the server starts. SetupScreen blocks until every model is downloaded, showing per-model progress. No more background Phase 4. - Default model: third-largest fitting model (qwen3.5:9b on 64GB). - Download button: added pull_ollama_model and delete_ollama_model Tauri commands. Frontend uses Tauri invoke in desktop mode, fixing the "Load failed!" CORS/timeout issue with fetch().