update
This commit is contained in:
@@ -51,7 +51,7 @@ function text2textInstructLLM(prompt::String)
|
||||
)
|
||||
)
|
||||
|
||||
_response = GeneralUtils.sendReceiveMqttMsg(outgoingMsg; timeout=120)
|
||||
_response = GeneralUtils.sendReceiveMqttMsg(outgoingMsg; timeout=120, maxattempt=3)
|
||||
response = _response[:response][:text]
|
||||
|
||||
return response
|
||||
|
||||
Reference in New Issue
Block a user