Skip to content

Commit eaa1741

Browse files
Abandon-htlbuque
authored andcommitted
libs/module/llm.py: Increase the timeout time of LLM setup.
Signed-off-by: LittleMouse <[email protected]>
1 parent b0aa574 commit eaa1741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

m5stack/libs/module/llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def setup(
249249
},
250250
}
251251
success = self._module_msg.send_cmd_and_wait_to_take_msg(
252-
ujson.dumps(cmd), request_id, self._set_llm_work_id, 20000
252+
ujson.dumps(cmd), request_id, self._set_llm_work_id, 30000
253253
)
254254

255255
ret_work_id = self._llm_work_id if success else ""

0 commit comments

Comments
 (0)