Skip to content

Commit

Permalink
Merge pull request #252 from MyRobotLab/fix-init-llm
Browse files Browse the repository at this point in the history
fix init llm
  • Loading branch information
hairygael authored Nov 30, 2024
2 parents f21f391 + 7c0d3cf commit 4447e3c
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 130 deletions.
2 changes: 2 additions & 0 deletions life/sleepMode.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ def welcomeMessage():
else:
if runtime.isStarted('i01'):
runtime.info("i01 is ready")
if runtime.isStarted('i01.llm'):
initLlm()

global WaitXsecondBeforeRelaunchTracking
WaitXsecondBeforeRelaunchTracking=-10
Expand Down
Loading

0 comments on commit 4447e3c

Please sign in to comment.