mshumer / ai-researcher

MIT License
868 stars 95 forks source link

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

Open meetbryce opened 3 months ago

meetbryce commented 3 months ago

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

meetbryce commented 3 months ago

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...

meetbryce commented 3 months ago

Running this branch ended up working great! https://github.com/mshumer/ai-researcher/pull/1