transitive-bullshit / agentic

AI agent stdlib that works with any LLM and TypeScript AI SDK.
MIT License
16.07k stars 2.11k forks source link

Bug #639

Closed troyam closed 6 months ago

troyam commented 6 months ago

Verify latest release

Verify webapp is working

Environment details

New Account and API KEY

Describe the Bug

ChatGPTError: ChatGPT error 429: { "error": { "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.", "type": "insufficient_quota", "param": null, "code": "insufficient_quota" } }

transitive-bullshit commented 6 months ago

The OpenAI API has rate limits. This error is telling you that you've exceeded your quota and need to request more from the OpenAI dashboard.

troyam commented 6 months ago

Just explained the issue: We need to charge 5$ to be able to consume now. So just go to Billing section and register any credit card to charge. And it works again.

Bye!