mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
removed unecessary stuff
This commit is contained in:
parent
efff5eee83
commit
08a88f8b84
@ -883,7 +883,6 @@ class LoLLMsAPPI():
|
||||
while(not self.process.completion_signal.is_set() or not self.process.generation_queue.empty()): # Simulating other commands being issued
|
||||
try:
|
||||
chunk, tok, message_type = self.process.generation_queue.get(False, 2)
|
||||
print(chunk, end="")
|
||||
if chunk!="":
|
||||
self.process_chunk(chunk, message_type)
|
||||
except Exception as ex:
|
||||
|
Loading…
Reference in New Issue
Block a user