Skip to content

Commit

Permalink
[iclr] add new
Browse files Browse the repository at this point in the history
  • Loading branch information
super-dainiu committed Nov 19, 2024
1 parent 73e9c29 commit c17542f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/api/anthropic_claude.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ async def single_request():
except Exception as e:
print(f"Error: {e}")
await asyncio.sleep(1)

return ""


tasks = [single_request() for _ in range(num_repeat)]
responses = await asyncio.gather(*tasks)
Expand Down

0 comments on commit c17542f

Please sign in to comment.