mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
feat: move model request to plugin daemon
This commit is contained in:
@ -238,7 +238,7 @@ class WorkflowService:
|
||||
db.session.commit()
|
||||
|
||||
return workflow_node_execution
|
||||
|
||||
|
||||
def run_free_workflow_node(
|
||||
self, node_data: dict, tenant_id: str, user_id: str, node_id: str, user_inputs: dict[str, Any]
|
||||
) -> WorkflowNodeExecution:
|
||||
@ -258,7 +258,7 @@ class WorkflowService:
|
||||
),
|
||||
start_at=start_at,
|
||||
tenant_id=tenant_id,
|
||||
node_id=node_id
|
||||
node_id=node_id,
|
||||
)
|
||||
|
||||
return workflow_node_execution
|
||||
|
||||
Reference in New Issue
Block a user