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

The model o1-mini does not exist or you do not have access to it. #157

Open
sonufrienko opened this issue Sep 26, 2024 · 1 comment
Open

Comments

@sonufrienko
Copy link

Hey,
I am trying to use o1-mini and got error

review .github/workflows/review.yml failed ChatGPTError: OpenAI error 404: {
    "error": {
        "message": "The model `o1-mini` does not exist or you do not have access to it.",
        "type": "invalid_request_error",
        "param": null,
        "code": "model_not_found"
    }
}

    at /home/runner/work/_actions/anc95/ChatGPT-CodeReview/main/action/index.cjs:[15](https://github.com/Adzz-Rnd/infrastructure/actions/runs/11046491286/job/30685922460?pr=20#step:3:16)3277:29
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  statusCode: 404,
  statusText: 'Not Found',
@anc95
Copy link
Owner

anc95 commented Sep 26, 2024

Have you tried the API call in postman/or via curl script. I think it's the OpenAI limit that you don't have access to o1-mini for your API key

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

2 participants