Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lcarrere committed Dec 7, 2024
1 parent eb669fb commit 24e22fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LM-Kit-Maestro/ViewModels/ConversationViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private void RegenerateResponse(MessageViewModel message)
{
if (_lmKitService.ModelLoadingState != LMKitModelLoadingState.Loaded)
{
_popupService.DisplayAlert("No model is loaded", "You need to load a model in order to regenarate a response", "OK");
_popupService.DisplayAlert("No model is loaded", "You need to load a model in order to regenerate a response", "OK");
}
else
{
Expand Down

0 comments on commit 24e22fb

Please sign in to comment.