mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-03-18 18:15:14 +00:00
Update lollms_webui.py
This commit is contained in:
parent
ae2c582f8b
commit
1ebdd3aa44
@ -681,8 +681,9 @@ class LOLLMSWebUI(LOLLMSElfServer):
|
||||
else:
|
||||
return True
|
||||
|
||||
self._generate(discussion_messages, 150, client_id, receive)
|
||||
ASCIIColors.info(title[0])
|
||||
self._generate(discussion_messages, 512, client_id, receive)
|
||||
title[0] = self.personality.remove_thinking_blocks(title[0])
|
||||
ASCIIColors.info(f"TITLE:{title[0]}")
|
||||
return title[0]
|
||||
|
||||
def get_discussion_to(self, client_id, message_id=-1):
|
||||
|
Loading…
x
Reference in New Issue
Block a user