Open desyatkov opened 1 year ago
I have same issue
i'm getting the same response
I have same issue too
This error message indicates that you have hit your assigned rate limit for the API. This means that you have submitted too many tokens or requests in a short period of time and have exceeded the number of requests allowed. This could happen for several reasons, such as:
To resolve this error, please follow these steps:
sorry man , but i have a same problem
for me was that i did not have anyumore free credits, so i needed to upgrade to a payed plan, onw i did that i was able to use the api. hope someone will find this helpful :)
Hi guys, I have the same error message. So I checked my OpenAI quotas and I saw that I had used $0.03 of my $18.00 free credits. So I did not reach the free limit. Anyone have an idea why have this 429 error ?
Try generating a new key and using the new key.
Hi guys, I have the same error message. So I checked my OpenAI quotas and I saw that I had used $0.03 of my $18.00 free credits. So I did not reach the free limit. Anyone have an idea why have this 429 error ?
I have same problem! Has it been resolved since then?
Hi guys, I have the same error message. So I checked my OpenAI quotas and I saw that I had used $0.03 of my $18.00 free credits. So I did not reach the free limit. Anyone have an idea why have this 429 error ?
I have same problem! Has it been resolved since then?
No, I tried to generate a new key and use it but the problem was the same. Then I noticed that into the Usage panel of my OpenAI account the free credits that I had expired the 1st April... 😞
Hi guys, I have the same error message. So I checked my OpenAI quotas and I saw that I had used $0.03 of my $18.00 free credits. So I did not reach the free limit. Anyone have an idea why have this 429 error ?
I have same problem! Has it been resolved since then?
No, I tried to generate a new key and use it but the problem was the same. Then I noticed that into the Usage panel of my OpenAI account the free credits that I had expired the 1st April... 😞
Ooooh, I have that too, thank you.
Thanks! I had the same issue and upgraded to a paid plan. Now it works!
Is there any other way of extending or getting more free credits?
I have an openai plus paid account and I am facing the same issue.
Check date are not expired
I generated an openai key and I get the same message at the FIRST use
Same message on the first use.
I confirm with debug
Same issue only used $0.25 of $18.... guessing its a bug?
Same here, usually if I want commit more files together
İf your free trial usage expired, you can not use
$0.63 / $18.00
at usage deteails if free trial usage didn't expired you can use at below image free trial has not expired yet
at below image free trial expired. If you have another phone number you can get new free trial but just $5
you can check here
hello all, I have the same problem as most people here. I have a premium ChatGPT account, but if I understand correctly, I need to purchase additional access to the API in order to use Open Commit? When I log into the API to check my free credits, it shows 0$/0$. Thank you for your clarification.
hi, i dont think is only related to credit, i have a paid account and sufficient credit and getting same error. Generated new api key, and same. Lets see.
please share your experience trying this 2 things above
Stale issue message
This is an error with your OpenAI account related to credits and subscriptions. To resolve it, please check if you have an active billing plan with your credit card (even if you have one added, you must have an active billing plan). You can verify this in your account. I've attached an image for reference.
Once you have an active payment plan, generate a new secret key.
With your new key, update your configuration with the following command oco config set OCO_OPENAI_API_KEY=YOUR_NEW_KEY
Stale issue message
Stale issue message
In cause any one else is still having issues with this;
Try adding the .opencommitignore
to your repo and add the ./node_modules
folder to it (or any other folder/file used by your package manager);
This solved the issue of the 429 error message for me.
Stale issue message
first run, same issue
This is an error with your OpenAI account related to credits and subscriptions. To resolve it, please check if you have an active billing plan with your credit card (even if you have one added, you must have an active billing plan). You can verify this in your account. I've attached an image for reference.
Once you have an active payment plan, generate a new secret key.
With your new key, update your configuration with the following command
oco config set OCO_OPENAI_API_KEY=YOUR_NEW_KEY
Works for me, thanks :)
Oh God, the new version is now oco
instead of oc
in the CLI + it expects different keys (OCO_OPENAI_API_KEY
,OCO_EMOJI
- those were different) in vim ~./opencommit
...
Fixed this finally by setting OCO_AI_PROVIDER='ollama'
in vim ~./opencommit
... somehow it stopped working again, even though my usage was 0 last couple of months. No need to use OpenAI's API keys anymore.
Even with Tier 2 and using GPT-4o, on large commits I still get rate limit
Rate limit reached for gpt-4o in organization org-o33O3h7YT70021z64i6uP5JF on tokens per min (TPM): Limit 30000, Used 27736, Requested 3818. Please try again in 3.108s. Visit https://platform.openai.com/account/rate-limits to learn more.'
It would be nice to handle this graceful instead of losing al the work done so far.
Using ollma could work, as it all done locally but would be very slowly if using a decent model
Your website is still broken, and throwing these errors on new machines that have made ZERO CONNECTIONS to it.
@krynnotaur what website dude?
@di-sukharev I’m not sure if this is what it refers to, but in recent days I’ve seen a message from Cloudflare indicating that the instance is over its capacity limit.
The message (error) is strange because it appears when many changes are sent through open commit. I’m not clear on how to reproduce it, but I’m still investigating where the message is coming from.
@jlopezlira opencommit doesnt have any proxies like cloudflare or else, it goes directly to an api provider (openai or anthropic), so it's probably cloudflare firewall at openai side, please lmk when you find source of the error
Introducing a minor modification (adding two new rows) to a compact file, which consists of approximately 25 lines of code, results in an error.