mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-03 02:56:41 +00:00
Merge branch 'nomic-ai:main' into main
This commit is contained in:
commit
2752b2e56e
@ -420,7 +420,7 @@ export default {
|
|||||||
this.updateLastUserMsg(msgObj)
|
this.updateLastUserMsg(msgObj)
|
||||||
// Create response message
|
// Create response message
|
||||||
let responseMessage = {
|
let responseMessage = {
|
||||||
content: "..typing",//msgObj.message,
|
content: "✍ please stand by ...",//msgObj.message,
|
||||||
id: msgObj.ai_message_id,
|
id: msgObj.ai_message_id,
|
||||||
parent: msgObj.user_message_id,
|
parent: msgObj.user_message_id,
|
||||||
rank: 0,
|
rank: 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user