mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-29 15:44:12 +00:00
update
This commit is contained in:
parent
5e3142b921
commit
c54c899057
2
app.py
2
app.py
@ -183,7 +183,7 @@ class Gpt4AllWebUI:
|
||||
self.full_message += text
|
||||
self.text_queue.put(text)
|
||||
#if self.current_message in self.full_text:
|
||||
if len(self.prompt_message) <= len(self.full_text):
|
||||
if len(self.prompt_message) < len(self.full_text):
|
||||
self.is_bot_text_started = True
|
||||
|
||||
def add_endpoint(
|
||||
|
Loading…
x
Reference in New Issue
Block a user