gpt4all
gpt4all copied to clipboard
A better animation for when the model is thinking/responding.
Before:
After:
| :rocket: | This description was created by Ellipsis for commit cb594c333ebad881adee37fb7a344a9a35b93d28 |
|---|
Summary:
Replaced MyBusyIndicator with a smoother RotationAnimation for model thinking/responding indication in gpt4all-chat/qml/ChatView.qml.
Key points:
- Replaced
MyBusyIndicatorwithRotationAnimationingpt4all-chat/qml/ChatView.qml. - Added
RotationAnimationtoColorOverlayfor smoother visual feedback. - Animation runs when
currentChat.responseInProgressorcurrentChat.isRecalcis true. - Removed
MyBusyIndicatorcomponent from the layout.
Generated with :heart: by ellipsis.dev