This commit is contained in:
narawat lamaiin
2024-06-01 10:27:08 +07:00
parent 56e16a16ff
commit ae3d340248

View File

@@ -285,7 +285,7 @@ function virtualWineUserChatbox(config::T1, input::T2, virtualCustomerChatHistor
receiverName= "text2textinstruct", receiverName= "text2textinstruct",
mqttBroker= config[:mqttServerInfo][:broker], mqttBroker= config[:mqttServerInfo][:broker],
mqttBrokerPort= config[:mqttServerInfo][:port], mqttBrokerPort= config[:mqttServerInfo][:port],
msgId = "dummyid" #CHANGE remove after testing finished msgId = string(uuid4()) #CHANGE remove after testing finished
) )
outgoingMsg = Dict( outgoingMsg = Dict(
@@ -479,7 +479,7 @@ function winestock(config::T1, input::T2
receiverName= "text2textinstruct", receiverName= "text2textinstruct",
mqttBroker= config[:mqttServerInfo][:broker], mqttBroker= config[:mqttServerInfo][:broker],
mqttBrokerPort= config[:mqttServerInfo][:port], mqttBrokerPort= config[:mqttServerInfo][:port],
msgId = "dummyid" #CHANGE remove after testing finished msgId = string(uuid4()) #CHANGE remove after testing finished
) )
outgoingMsg = Dict( outgoingMsg = Dict(