Skip to content

Commit

Permalink
Merge branch 'feat/workflow-backend' into deploy/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
takatost committed Mar 11, 2024
2 parents 5ea7d4c + 6719af9 commit c9304b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _run(self, variable_pool: VariablePool) -> NodeRunResult:
# publish answer as stream
for word in answer:
self.publish_text_chunk(word)
time.sleep(0.01)
time.sleep(10) # TODO for debug

return NodeRunResult(
status=WorkflowNodeExecutionStatus.SUCCEEDED,
Expand Down

0 comments on commit c9304b2

Please sign in to comment.