Giter VIP home page Giter VIP logo

Comments (20)

ayaka14732 avatar ayaka14732 commented on August 24, 2024 10

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!

from chatgptapifree.

owlcloud avatar owlcloud commented on August 24, 2024 5

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?

from chatgptapifree.

ayaka14732 avatar ayaka14732 commented on August 24, 2024 4

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.

from chatgptapifree.

ayaka14732 avatar ayaka14732 commented on August 24, 2024 2

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

from chatgptapifree.

ErrorNoInternet avatar ErrorNoInternet commented on August 24, 2024 1

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

from chatgptapifree.

owlcloud avatar owlcloud commented on August 24, 2024 1

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

from chatgptapifree.

ayaka14732 avatar ayaka14732 commented on August 24, 2024 1

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.

from chatgptapifree.

saliksik avatar saliksik commented on August 24, 2024 1

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.

from chatgptapifree.

ayaka14732 avatar ayaka14732 commented on August 24, 2024 1

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.

from chatgptapifree.

Moth-6 avatar Moth-6 commented on August 24, 2024 1

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

from chatgptapifree.

ErrorNoInternet avatar ErrorNoInternet commented on August 24, 2024

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

from chatgptapifree.

code-yeongyu avatar code-yeongyu commented on August 24, 2024

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

from chatgptapifree.

ayaka14732 avatar ayaka14732 commented on August 24, 2024

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

from chatgptapifree.

hienchu avatar hienchu commented on August 24, 2024

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.

from chatgptapifree.

hienchu avatar hienchu commented on August 24, 2024

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

from chatgptapifree.

renyijiu avatar renyijiu commented on August 24, 2024
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

from chatgptapifree.

hhhh124hhhh avatar hhhh124hhhh commented on August 24, 2024

Looks like it's no longer available

from chatgptapifree.

BreakingLead avatar BreakingLead commented on August 24, 2024

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

from chatgptapifree.

manm15 avatar manm15 commented on August 24, 2024

Use text-curie-001

A lot cheaper and faster. GPT 3.5 too expensive.

from chatgptapifree.

czyt avatar czyt commented on August 24, 2024

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

from chatgptapifree.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.