mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-20 17:22:47 +00:00
bugfix
This commit is contained in:
parent
cf7cbdebd0
commit
03f19f338f
2
app.py
2
app.py
@ -279,7 +279,7 @@ class Gpt4AllWebUI(GPT4AllAPI):
|
||||
time.sleep(0.1)
|
||||
if self.cancel_gen:
|
||||
self.generating = False
|
||||
app.config['executor'].shutdownNow(False)
|
||||
app.config['executor'].shutdown(True)
|
||||
print("## Done ##")
|
||||
self.current_discussion.update_message(response_id, self.bot_says)
|
||||
self.full_message_list.append(self.bot_says)
|
||||
|
Loading…
x
Reference in New Issue
Block a user