Binary-Bytes / Auto-YouTube-Shorts-Maker

Automatically generate youtube shorts easily with this simple script!
271 stars 45 forks source link

RateLimitError: You exceeded your current quota, please check your plan and billing details. #11

Closed Endarionn closed 1 month ago

Endarionn commented 1 month ago

I am using Openai API for the first time in my life and I got this error. My $18 balance remains unused. Why does this error occur? What is the difference between GPT 3.5 and GPT 4?

OCEANOFANYTHINGOFFICIAL commented 1 month ago

Are You sure you have enough balance in your OpenAI account?

OCEANOFANYTHINGOFFICIAL commented 1 month ago

Is see [OPTIONAL] option for the setting OpenAI api. So that mean I can use without OpenAI account?

OpenAI Key is not optional, it's required. More than 18$ credit is optional if you are mass-producing videos.

Binary-Bytes commented 1 month ago

I am using Openai API for the first time in my life and I got this error. My $18 balance remains unused. Why does this error occur? What is the difference between GPT 3.5 and GPT 4?

Hi, could you please go into the "Billing" tab in your account settings on the OpenAI Platform Website and check once? That would mention your remaining available balance for API usage.

GPT-3.5 and GPT-4 are different LLM models. GPT-4 is better, faster, more knowledgeable, and the successor to GPT-3.5

Binary-Bytes commented 1 month ago

Is see [OPTIONAL] option for the setting OpenAI api. So that mean I can use without OpenAI account?

The [OPTIONAL] tag means that it is not necessary for you to put an API key. Without it too, you can manually enter the script for the video and generate it. It is only needed if you want to generate video script through AI.

Endarionn commented 1 month ago

Are You sure you have enough balance in your OpenAI account?

I learned this later, openai no longer gives free $18 credit to opened accounts. I also use Gemini API. It's not as good as Chatgpt, it's even terrible, but it's still better than nothing.

OCEANOFANYTHINGOFFICIAL commented 1 month ago

Are You sure you have enough balance in your OpenAI account?

I learned this later, openai no longer gives free $18 credit to opened accounts. I also use Gemini API. It's not as good as Chatgpt, it's even terrible, but it's still better than nothing.

you can use cohere as a replacement as its development API costs 0$, its basically free for development purpose. Here is the link

Endarionn commented 1 month ago

Are You sure you have enough balance in your OpenAI account?

I learned this later, openai no longer gives free $18 credit to opened accounts. I also use Gemini API. It's not as good as Chatgpt, it's even terrible, but it's still better than nothing.

you can use cohere as a replacement as its development API costs 0$, its basically free for development purpose. Here is the link

Thanksss!