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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codex CLI error: Rate limit exceeded, try later #135

Open
sameermahajan opened this issue Jul 4, 2023 · 0 comments
Open

Codex CLI error: Rate limit exceeded, try later #135

sameermahajan opened this issue Jul 4, 2023 · 0 comments

Comments

@sameermahajan
Copy link

While trying to follow the documentation, I noticed that my organization does not seem to have code-davinci-002 model / engine. When I greped for davinci in models output by CLI I only see:

models:      "id": "davinci",
models:      "id": "text-davinci-edit-001",
models:      "id": "code-davinci-edit-001",
models:      "id": "text-davinci-001",
models:      "id": "davinci-search-document",
models:      "id": "davinci-instruct-beta",
models:      "id": "text-search-davinci-query-001",
models:      "id": "davinci-search-query",
models:      "id": "text-search-davinci-doc-001",
models:      "id": "text-similarity-davinci-001",
models:      "id": "text-davinci-002",
models:      "id": "text-davinci-003",
models:      "id": "davinci-similarity",

So I set my engine id to be gpt-3.5-turbo which seems to exist (in API output as well as UI). However when I try some simple command / example I get the error of:

~/Codex-CLI$ # # Codex CLI error: Rate limit exceeded, try later

I just created my OpenAI account and key so there shouldn't be any issue with its expiry... Or does it take some time to propagate / trickle down?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant