change timeout

This commit is contained in:
2023-11-02 14:33:48 +00:00
parent a2dd655f2a
commit 8deda19a6d

View File

@@ -279,7 +279,7 @@ function identifyUserIntention(a::agent, usermsg::String)
# send prompt
CommUtils.request(a.mqttClient, msg, pubtopic=a.mqttClient.pubtopic.llmAI)
starttime = Dates.now()
timeout = 30
timeout = 10
result = nothing
while true