Update binding.py

This commit is contained in:
Saifeddine ALOUI 2023-12-15 15:03:54 +01:00 committed by GitHub
parent 691af56f46
commit 50637a8036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,7 @@ class LLMBinding:
verbose=True
):
if self.lollmsCom:
return self.lollmsCom.error(content=content, notification_type=notification_type, duration=duration, client_id=client_id, display_type=display_type, verbose=verbose)
return self.lollmsCom.notify(content=content, notification_type=notification_type, duration=duration, client_id=client_id, display_type=display_type, verbose=verbose)
ASCIIColors.white(content)