mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-24 14:56:44 +00:00
Update binding.py
This commit is contained in:
parent
691af56f46
commit
50637a8036
@ -139,7 +139,7 @@ class LLMBinding:
|
|||||||
verbose=True
|
verbose=True
|
||||||
):
|
):
|
||||||
if self.lollmsCom:
|
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)
|
ASCIIColors.white(content)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user