kardolus / chatgpt-cli

ChatGPT CLI is a versatile tool for interacting with ChatGPT models via OpenAI and Azure, as well as with models from Perplexity AI. It offers streaming, query mode, and history tracking for seamless, context-aware interactions. With extensive configuration options, it’s designed for both users and developers to create a tailored GPT experience.
MIT License
503 stars 34 forks source link

HTTP error 429 #13

Closed ChrisJan00 closed 1 year ago

ChrisJan00 commented 1 year ago

I just downloaded the program with curl -L -o chatgpt https://github.com/kardolus/chatgpt-cli/releases/download/v1.3.2/chatgpt-linux-amd64 set up my API key, and run it with a first query. I get the error message: http error: 429

System: Linux Mint 21.2 Cinnamon I am using the free tier of chatgpt (3.5), if that is relevant.

kardolus commented 1 year ago

Hi Chris!

A 429 is typically returned by the OpenAI API for exceeding the rate limit or for hitting the maximum monthly spend.

Could you perhaps check your key usage dashboard? https://platform.openai.com/account/usage

I imagine the free version has a lower token limit, however, I have not experimented with the free version of the API.

ChrisJan00 commented 1 year ago

Ah, I see. It seems to be the case. The "free" tier is only valid for a short period when you sign up. Afterwards, I guess you'd have to create a new account every time. Thanks for the clarification.