Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Rate Limit issue #585

Closed
1 task done
RichGapple opened this issue Apr 9, 2023 · 9 comments
Closed
1 task done

API Rate Limit issue #585

RichGapple opened this issue Apr 9, 2023 · 9 comments
Labels
API access Trouble with connecting to the API

Comments

@RichGapple
Copy link

Duplicates

  • I have searched the existing issues

Steps to reproduce 馃暪

Error: API Rate Limit Reached. Waiting 10 seconds...
Error: API Rate Limit Reached. Waiting 10 seconds...
Error: API Rate Limit Reached. Waiting 10 seconds...
Error: API Rate Limit Reached. Waiting 10 seconds...
Error: API Rate Limit Reached. Waiting 10 seconds...
Error: API Rate Limit Reached. Waiting 10 seconds...
Error: API Rate Limit Reached. Waiting 10 seconds...
Error: API Rate Limit Reached. Waiting 10 seconds...
Error: API Rate Limit Reached. Waiting 10 seconds...
Error: API Rate Limit Reached. Waiting 10 seconds...

This is the only error im getting and I have run python scripts/main.py --gpt3only

Current behavior 馃槸

No response

Expected behavior 馃

No response

Your prompt 馃摑

# Paste your prompt here
@tuapuikia
Copy link

Open API chatgpt is not a free service. You can resolve this by adding credit card to your openai account.

@AramisValdes
Copy link

Having the same issue, i have premium GPT account.

@Slamsneider
Copy link

Slamsneider commented Apr 9, 2023

"premium GPT account" is not enough. You need to throw your creditcard here: https://platform.openai.com/account/billing/overview and make a $ account for tokens.

Then you can also use the ($) playground. https://platform.openai.com/playground

Remember to set a soft and hard limit or you can loose control of your money spending very quickly.

@disneytoy
Copy link

Same issue. I just paid for GPT Plus $20 a month. So that isn't enough to use the API?

@tuapuikia
Copy link

Chatgpt plus is for web chat, API have different billing.

@marcocastignoli
Copy link

I know some libraries use the web token to interact with chatgpt instead of using OpenAI API token. Are there mandatory features in the api that prevent you allowing users to verify themself through the web token?

If not, I'd be available to integrate the web token.

@tuapuikia
Copy link

tuapuikia commented Apr 10, 2023

I know some libraries use the web token to interact with chatgpt instead of using OpenAI API token. Are there mandatory features in the api that prevent you allowing users to verify themself through the web token?

If not, I'd be available to integrate the web token.

Is it possible to specify GPT4 model when using the web token method?

@marcocastignoli
Copy link

I just checked a request to the web api.

{"action":"next","messages":[{"id":"6bee6a9c-8211-4597-a602-b695a2787615","author":{"role":"user"},"content":{"content_type":"text","parts":["hello"]}}],"parent_message_id":"9fde1d70-23d7-4e21-9826-5d67ae88f397","model":"gpt-4","timezone_offset_min":-120}

Seems like you can specify the model.

@JuroOravec
Copy link
Contributor

Duplicate of #1189. @patrickelectric would you close this one issue if it indeed is the same thing?

(I had this issue too - It's that we haven't opted into "paid account" on OpenAI's billing page)

I'm making an MR as we speak to update the README section on OpenAI's API key, to make this clear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API access Trouble with connecting to the API
Projects
None yet
Development

No branches or pull requests

9 participants