vysakh0 / dravid

AI powered cli coding agent that monitors your dev/test server and fixes errors and adds features
MIT License
192 stars 4 forks source link

Anthropic API gets overloaded even in small projects? #6

Open ldorigo opened 3 months ago

ldorigo commented 3 months ago

I have a small project with only 27 files, but i still get a lot of "✘ Error processing automaybe/cli/main.py: 429 Client Error: Too Many Requests for url: https://api.anthropic.com/v1/messages" when doing --meta-init.

vysakh0 commented 3 months ago

Let me re-create this and see, i wonder if it is realted to #5 i had implemented the rate limit feature, it should have worked in latest version. Will check and update here. @ldorigo