Ver código fonte

fix: LLM invoke error should not be raised (#11141)

Signed-off-by: -LAN- <laipz8200@outlook.com>
tags/0.13.0
-LAN- 11 meses atrás
pai
commit
223a30401c
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0
    1
      api/core/workflow/nodes/llm/node.py

+ 0
- 1
api/core/workflow/nodes/llm/node.py Ver arquivo

) )
return return
except Exception as e: except Exception as e:
logger.exception(f"Node {self.node_id} failed to run")
yield RunCompletedEvent( yield RunCompletedEvent(
run_result=NodeRunResult( run_result=NodeRunResult(
status=WorkflowNodeExecutionStatus.FAILED, status=WorkflowNodeExecutionStatus.FAILED,

Carregando…
Cancelar
Salvar