mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 05:12:33 +00:00
* Remove ModelProvider and related components to streamline application architecture - Deleted the ModelProvider component and its associated hooks and state management, simplifying the application structure. - Removed ModelDownloadProgress component from Home and Welcome pages, eliminating unnecessary model download handling. - Updated App component to remove ModelProvider wrapping, ensuring a cleaner provider hierarchy. - Adjusted Redux store configuration by removing model-related state management, enhancing overall performance and maintainability. * Update subproject commit and refactor Model Bridge API to route requests to cloud backend - Updated the subproject commit reference in the skills directory. - Refactored the Model Bridge API to replace local inference methods with cloud-based requests for text generation and summarization, enhancing functionality and scalability. * Update skills submodule with prettier formatting fixes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>