Skip to content

Commit a827a60

Browse files
committed
feat(util): set a valid timeout
1 parent ef323dc commit a827a60

File tree

1 file changed

+1
-1
lines changed
  • utils_pkg/neuroml_ai_utils

1 file changed

+1
-1
lines changed

utils_pkg/neuroml_ai_utils/llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def setup_llm(model_name_full, logger):
165165
"""
166166
assert model_var
167167

168-
state, msg = check_model_works(model_var, timeout=0)
168+
state, msg = check_model_works(model_var, timeout=60)
169169
assert state
170170
else:
171171
if model_name_full.lower().startswith("ollama:"):

0 commit comments

Comments
 (0)