Skip to content

Commit

Permalink
commented sleep out
Browse files Browse the repository at this point in the history
  • Loading branch information
DoKu88 committed Nov 5, 2024
1 parent b4072a7 commit 6b751e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/upload_sync_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def make_lm_call(self, user_message: str) -> str: # Calls an LLM to respond to a
SynthTrackerSync.track_output(response, variable_name="response", origin="agent")

logger.debug("LM response received: %s", response)
time.sleep(0.1)
#time.sleep(0.1)
return response

@trace_system_sync(
Expand Down

0 comments on commit 6b751e4

Please sign in to comment.