mshumer / ai-researcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to work within the rate limits of my account?

meetbryce opened this issue · comments

I'm happy to be patient so that I don't exceed my Anthropic API rate limit.

I tried to take a rudimentary approach of adding time.sleep(60) to the top of generate_text() since the limit I was exceeding was a per-minute limit but that seems to still exceed my limits...

Running this branch ended up working great! #1