Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush Singh committed Oct 9, 2023
1 parent 0f02244 commit 5f7856b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assistant_skill_analysis/inferencing/inferencer.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def inference(
assistant_id=None,
skill_id=None,
intent_to_action_mapping=None,
timeout=1
timeout=1,
):
"""
query the message api to generate results on the test data
Expand Down Expand Up @@ -117,7 +117,7 @@ def inference(
skill_id=skill_id,
assistant_id=assistant_id,
intent_to_action_mapping=intent_to_action_mapping,
timeout=timeout
timeout=timeout,
)
return result_df

Expand All @@ -130,7 +130,7 @@ def thread_inference(
assistant_id=None,
skill_id=None,
intent_to_action_mapping=None,
timeout=1
timeout=1,
):
"""
Perform multi thread inference for faster inference time
Expand Down

0 comments on commit 5f7856b

Please sign in to comment.