mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-29 15:44:12 +00:00
fixed typo
This commit is contained in:
parent
f05461ac9d
commit
162c79718b
@ -536,7 +536,7 @@ export default {
|
||||
console.log("Error: Could not get generation status", error);
|
||||
});
|
||||
},
|
||||
steamMessageContent(msgObj) {
|
||||
streamMessageContent(msgObj) {
|
||||
// Streams response message content from backend
|
||||
//console.log("stream", JSON.stringify(content))
|
||||
const parent = msgObj.user_message_id
|
||||
@ -876,7 +876,7 @@ export default {
|
||||
|
||||
// socket responses
|
||||
socket.on('infos', this.createBotMsg)
|
||||
socket.on('message', this.steamMessageContent)
|
||||
socket.on('message', this.streamMessageContent)
|
||||
socket.on("final", this.finalMsgEvent)
|
||||
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user