ChatGPT-CodeReview icon indicating copy to clipboard operation
ChatGPT-CodeReview copied to clipboard

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

Open sonufrienko opened this issue 1 year ago • 1 comments

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',

sonufrienko avatar Sep 26 '24 06:09 sonufrienko

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

anc95 avatar Sep 26 '24 14:09 anc95