Skip to content

Commit

Permalink
Update workflow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seshubonam authored Jul 29, 2024
1 parent 8f5cf12 commit c3d0f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ async def workflow_invoke(
return data['output']
return "Error!"


async def stream_workflow(
api_url,
api_key,
Expand All @@ -90,6 +89,7 @@ async def stream_workflow(
workflow_bot=None,
user_email=None,
msg_limit=0,
single_bot=False
):
headers = {
'Authorization': f'Bearer {api_key}',
Expand Down

0 comments on commit c3d0f12

Please sign in to comment.