mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-21 01:56:47 +00:00
Moved to o1 models
This commit is contained in:
parent
a9a064dfa1
commit
4701f87d09
5 changed files with 33186 additions and 20720 deletions
6
.github/workflows/code_review.yml
vendored
6
.github/workflows/code_review.yml
vendored
|
@ -12,9 +12,9 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Code Review
|
||||
uses: freeedcom/ai-codereviewer@main
|
||||
uses: researchwiseai/ai-codereviewer@moving-to-o1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
OPENAI_API_MODEL: "gpt-4-1106-preview"
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY_V2 }}
|
||||
OPENAI_API_MODEL: "o1-mini"
|
||||
exclude: "yarn.lock,dist/**"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue