fix workflow bug, disable local LLM temporary.

This commit is contained in:
Liu Zhicong
2023-09-19 00:23:19 -07:00
parent 874aa98e21
commit 56d15fd003
6 changed files with 12 additions and 26 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ class Workflow:
if env_id is None:
continue
remote_env = Environment.get_env_by_id(_node.get(env_id))
remote_env = Environment.get_env_by_id(env_id)
if remote_env is None:
logger.error(f"Workflow load connected_env failed, env {env_id} not found!")
return False