Nutlope / aicommits

A CLI that writes your git commit messages for you with AI

Home Page:https://www.npmjs.com/package/aicommits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rate limit error when not limited

selfagency opened this issue · comments

Bug description

I'm having no trouble using the API with other tools but with yours I get:

{
    "error": {
        "message": "Rate limit reached for default-gpt-3.5-turbo in organization org-pWX3d5auFNjsEBqgeA5Rp0bd on tokens per min. Limit: 90000 / min. Current: 1 / min. Contact us through our help center at help.openai.com if you continue to have issues.",
        "type": "tokens",
        "param": null,
        "code": "rate_limit_exceeded"
    }
}

aicommits version

v1.11.0

Environment

System:
    OS: Linux 5.15 Ubuntu 22.04.2 LTS 22.04.2 LTS (Jammy Jellyfish)
    CPU: (12) x64 12th Gen Intel(R) Core(TM) i5-1235U
    Memory: 4.85 GB / 7.58 GB
    Container: Yes
    Shell: 5.8.1 - /usr/bin/zsh
  Binaries:
    Node: 18.17.0 - ~/.nvm/versions/node/v18.17.0/bin/node
    Yarn: 1.22.19 - ~/.nvm/versions/node/v18.17.0/bin/yarn
    npm: 9.6.7 - ~/.nvm/versions/node/v18.17.0/bin/npm

Can you contribute a fix?

  • I’m interested in opening a pull request for this issue.

That's the response sent by OpenAI so it's out of our hands. Try reaching out:

Contact us through our help center at help.openai.com if you continue to have issues.