mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 13:32:23 +00:00
- Added a new `downloaded` status to the `ModelStatus` interface to track if the model file has been downloaded. - Implemented `startDownload` function in the `useModelStatus` hook to initiate model downloads without loading into memory. - Updated the `Welcome` component to automatically trigger model downloads on desktop and provide visual feedback on download progress. - Enhanced the Tauri backend with a new `model_start_download` command to support the download process. - Improved the model status management to reflect the current download state and handle errors effectively.