Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Quota Exceeded #5

Open
ErrorNoInternet opened this issue Mar 6, 2023 · 20 comments
Open

Quota Exceeded #5

ErrorNoInternet opened this issue Mar 6, 2023 · 20 comments

Comments

@ErrorNoInternet
Copy link

ErrorNoInternet commented Mar 6, 2023

Getting this when making a request:

HTTP 429

OpenAI API responded with:

{
    "error": {
        "message": "You exceeded your current quota, please check your plan and billing details.",
        "type": "insufficient_quota",
        "param": null,
        "code": null
    }
}
@ErrorNoInternet
Copy link
Author

Seems to be working again now!
It might happen again in a few hours though, I've seen this happen lots of times

@ayaka14732
Copy link
Owner

ayaka14732 commented Mar 7, 2023

Yes.. At current usage, the API costs $155.72 per day, and I am sadly not able to afford it.

@ErrorNoInternet
Copy link
Author

Yes. At current usage, the API costs $155.72 per day, and I am sadly not able to afford it,

Damn 😬 That's unfortunate

Also, I think someone is doing something? Or there's just a lot of users...
image

@owlcloud
Copy link

owlcloud commented Mar 7, 2023

Listen, can't we implement using a large number of free chatgpt accounts, where 20 requests per hour are given, if I'm not mistaken, and make an array of them with a counter. In case of an error, just switch to the next account. It's an idea, just tell me, do you think it's possible?

@code-yeongyu
Copy link

Listen, can't we implement using a large number of free chatgpt accounts, where 20 requests per hour are given, if I'm not mistaken, and make an array of them with a counter. In case of an error, just switch to the next account. It's an idea, just tell me, do you think it's possible?

Guess that means it requires large number of phone number since openai requires it

@owlcloud
Copy link

owlcloud commented Mar 8, 2023

Yes, but it is quite feasible and will be free in the future

@ayaka14732
Copy link
Owner

Listen, can't we implement using a large number of free chatgpt accounts, where 20 requests per hour are given, if I'm not mistaken, and make an array of them with a counter. In case of an error, just switch to the next account. It's an idea, just tell me, do you think it's possible?

This is indeed similar to the current solution: https://github.com/ayaka14732/ChatGPTAPIFree/blob/8c6bcf2/src/index.js#L66

@ayaka14732
Copy link
Owner

ayaka14732 commented Mar 10, 2023

I have recharged it, and it will continue to work for a while. However, in the long run, the ultimate solution is for skilled individuals to deploy their own backend and share it among a small group of people.

@ayaka14732
Copy link
Owner

The free API is not operational at the moment. The current cost for using the API is $155.72 per day, and it seems unfeasible to sustain the API service without a substantial donation.

My ultimate goal is to make ChatGPT more easily accessible to a wider audience, particularly those who lack technical expertise, and enable them to experience the benefits of technological advancement.

To achieve this, I propose developing small-scale API backends for sharing among a small group of people. These backends would be set up by a technically proficient person and then shared among their friends. On the freechatgpt.chat website, people can access the ChatGPT API using these API endpoints.

If many technically proficient people adopt this approach, more people will be able to access ChatGPT.

@ayaka14732
Copy link
Owner

I'm thrilled to share that our free API has received a new lease on life, all thanks to the kindness and generosity of a fellow group member who sponsored our project with 5000 CNY (724 USD)! With this support, we can continue to provide our users with free access to ChatGPT.

To ensure that the API remains stable and secure, I've implemented rate limits through Google Cloud Armor. This will help prevent any abuse of the API, so everyone can continue to benefit from it.

The real magic happens when we all come together to support this project. We need your help to keep this project thriving. You can support us by sponsoring this project as well or, if you have the technical know-how, you can host your own API endpoint and share it with a small group of people.

Together, we can make sure that ChatGPT remains available to all those who need it. Thank you for being a part of our community!

@hienchu
Copy link

hienchu commented Mar 12, 2023

Given every new account on Open AI is given a $18 free trial, it should be possible for people share their API keys to with the project.

@saliksik
Copy link

Given every new account on Open AI is given a $18 free trial, it should be possible for people share their API keys to with the project.

As per the recent updates, newly created accounts will be provided with only $5 worth of free trial credits.

@hienchu
Copy link

hienchu commented Mar 13, 2023

Good to know! $5 is still sizable donation if people willing to contribute

@renyijiu
Copy link

curl https://chatgpt-api.shn.hk/v1/ \
  -H 'Content-Type: application/json' \
  -d '{
  "model": "gpt-3.5-turbo",
  "messages": [{"role": "user", "content": "Hello, how are you?"}]
}'
OpenAI API responded:

{
    "error": {
        "message": "You exceeded your current quota, please check your plan and billing details.",
        "type": "insufficient_quota",
        "param": null,
        "code": null
    }
}

Looks like it's no longer available

@hhhh124hhhh
Copy link

Looks like it's no longer available

@BreakingLead
Copy link

So sad......
have to use Bing instead...

@ayaka14732
Copy link
Owner

ayaka14732 commented Mar 15, 2023

I have increased the limit, and API access should be reinstated shortly. However, we are soon running out of fee. In this case, using New Bing could be a good idea, especially because it is powered by the more advanced GPT-4 model.

@manm15
Copy link

manm15 commented Mar 16, 2023

Use text-curie-001

A lot cheaper and faster. GPT 3.5 too expensive.

@czyt
Copy link

czyt commented Mar 17, 2023

I wrote a golang sdk for this project https://github.com/czyt/chatgpt
and it's sorry to see that the project out of service,maybe we can deploy at cloudflare

@Moth-6
Copy link

Moth-6 commented Mar 18, 2023

Do the limits apply for each day and then get reset or per minute?
Trying to see if i can use the api tomorrow for my project (i want to fix incorrect subtitles of a movie).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests