gradusnikov / eclipse-chatgpt-plugin

An Eclipse plugin that integrates with ChatGPT
MIT License
42 stars 27 forks source link

Error 404/429 #4

Open mayson14 opened 1 year ago

mayson14 commented 1 year ago

I have followed the installation instructions, added my api key and tried referencing a few different models. When using the default gpt-4 model, i receive a 404 error inside of eclipse. When i change it to gpt-3.5-turbo, the error changes to a 429 which translates to an api limit i believe. Is there an install step that i have missed?

I have seen the closed issue regarding 404, and i dont believe that i have the same issue. my OpenAI account looks to be part of my "personal" organization.

mayson14 commented 1 year ago

I think this has to do with my account's free trial being expired. I will confirm and return here to close this issue.

gradusnikov commented 1 year ago

Hi, I think this may be an issue with your OpenAI account. See this link: https://help.openai.com/en/articles/6891827-error-code-404-you-must-be-a-member-of-an-organization-to-use-the-api Cheers!

śr., 31 maj 2023, 19:51 użytkownik Mason @.***> napisał:

I think this has to do with my account's free trial being expired. I will confirm and return here to close this issue.

— Reply to this email directly, view it on GitHub https://github.com/gradusnikov/eclipse-chatgpt-plugin/issues/4#issuecomment-1570661186, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAECES4NUAEGEUPXOR3T3G3XI6ALRANCNFSM6AAAAAAYVYV65M . You are receiving this because you are subscribed to this thread.Message ID: @.***>

pankajlawania17 commented 1 year ago

I am also facing the same issue . It is giving 429 error code when using Model Name = gpt-3.5-turbo. My openapi account is part of "personal" organization .

Please let me know if you have succeed to fix this issue . Thanks in advance.

Regards.

gradusnikov commented 1 year ago

Hi @pankajlawania17

This is an issue with OpenAI API. Error 429 may indicate one of the following:

Please check https://platform.openai.com/docs/guides/error-codes/api-errors for more details.

mayson14 commented 1 year ago

Even though it looks like there are free trial credits remaining on your account, it is likely that all of your credits have expired.. once i switched to a paid account i was able to get passed these errors.

On Wed, Jun 7, 2023 at 7:11 AM Wojciech Gradkowski @.***> wrote:

Hi @pankajlawania17 https://github.com/pankajlawania17

This is an issue with OpenAI API. Error 429 may indicate one of the following:

  • 429 - Rate limit reached for requests
  • 429 - You exceeded your current quota, please check your plan and billing details
  • 429 - The engine is currently overloaded, please try again later

Please check https://platform.openai.com/docs/guides/error-codes/api-errors for more details.

— Reply to this email directly, view it on GitHub https://github.com/gradusnikov/eclipse-chatgpt-plugin/issues/4#issuecomment-1580904586, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACAPTNGJR5BUKQUYQ77VATDXKCDZJANCNFSM6AAAAAAYVYV65M . You are receiving this because you authored the thread.Message ID: @.***>

--

-Mason