change timeout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user