mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
bugfix: messages mixing when new discussion
This commit is contained in:
parent
71f50d9067
commit
e5926cafa0
3
app.py
3
app.py
@ -342,6 +342,9 @@ GPT4All:Welcome! I'm here to assist you with anything you need. What can I do fo
|
||||
timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
|
||||
|
||||
app.config['executor'].submit(self.prepare_a_new_chatbot)
|
||||
|
||||
self.full_message =""
|
||||
|
||||
# Return a success response
|
||||
return json.dumps({"id": self.current_discussion.discussion_id, "time": timestamp})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user