From 8deda19a6d05068e5de446ba88fb53f07b952774 Mon Sep 17 00:00:00 2001 From: tonaerospace Date: Thu, 2 Nov 2023 14:33:48 +0000 Subject: [PATCH] change timeout --- src/interface.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface.jl b/src/interface.jl index bb4282b..123309b 100755 --- a/src/interface.jl +++ b/src/interface.jl @@ -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