ztjhz / BetterChatGPT

An amazing UI for OpenAI's ChatGPT (Website + Windows + MacOS + Linux)
http://bettergpt.chat/
Creative Commons Zero v1.0 Universal
8.14k stars 2.75k forks source link

{"error":"No API keys found"} Rate limited! Please try again later. #111

Closed Mccranky83 closed 1 year ago

Mccranky83 commented 1 year ago

I get that the GPT-4 is cutting back on the queries you're allowed to send per minute, only, I've been waiting since yesterday and I'm still getting this popup warning so I'm feeling a bit anxious. Is every thing all right?

AXYZdong commented 1 year ago

I get that the GPT-4 is cutting back on the queries you're allowed to send per minute, only, I've been waiting since yesterday and I'm still getting this popup warning so I'm feeling a bit anxious. Is every thing all right?

Because you should get the API for GPT-4 and the free API may not work. However, you can try gpt-3.5-turbo by you own API.

Mccranky83 commented 1 year ago

I get that the GPT-4 is cutting back on the queries you're allowed to send per minute, only, I've been waiting since yesterday and I'm still getting this popup warning so I'm feeling a bit anxious. Is every thing all right?

Because you should get the API for GPT-4 and the free API may not work. However, you can try gpt-3.5-turbo by you own API.

I switched to the gpt-3.5-turbo model and https://sharegpt.churchless.tech/share/v1/chat endpoint, but now I get this instead:

OpenAI API responded:

{
    "error": {
        "message": "Your access was terminated due to violation of our policies, please check your email for more information. If you believe this is in error and would like to appeal, please contact support@openai.com.",
        "type": "access_terminated",
        "param": null,
        "code": null
    }
}

Rate limited! Please try again later.

Any clues as to why this is happening?

Quick note: My last successful query was like from 10 hours ago.

whitemankpi commented 1 year ago

getting the same error in gpt-3.5-turbo model with personal API key

AXYZdong commented 1 year ago

getting the same error in gpt-3.5-turbo model with personal API key

It can work on my own web : https://axyzdong.github.io/FreeChatGPT/

You can try it !

image

AXYZdong commented 1 year ago

I get that the GPT-4 is cutting back on the queries you're allowed to send per minute, only, I've been waiting since yesterday and I'm still getting this popup warning so I'm feeling a bit anxious. Is every thing all right?

Because you should get the API for GPT-4 and the free API may not work. However, you can try gpt-3.5-turbo by you own API.

I switched to the gpt-3.5-turbo model and https://sharegpt.churchless.tech/share/v1/chat endpoint, but now I get this instead:

OpenAI API responded:

{
    "error": {
        "message": "Your access was terminated due to violation of our policies, please check your email for more information. If you believe this is in error and would like to appeal, please contact support@openai.com.",
        "type": "access_terminated",
        "param": null,
        "code": null
    }
}

Rate limited! Please try again later.

Any clues as to why this is happening?

Quick note: My last successful query was like from 10 hours ago.

This https://sharegpt.churchless.tech/share/v1/chat maybe called too many times。Suggest using your own API.