anc95 / anc95/ChatGPT-CodeReview

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

Open
#157 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
4.5k
Forks
461
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with .github/workflows/review.yml and the failing ChatGPT-CodeReview action trace in action/index.cjs. Check how the workflow selects the o1-mini model and how the action handles model access; the work is done when the review workflow completes without the reported model_not_found error.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions, javascript
Domain
ci-cd
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.