mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-20 05:08:00 +00:00
Update binding.py
This commit is contained in:
parent
691af56f46
commit
50637a8036
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user