Skip to content

Commit

Permalink
Test support 4o
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-val committed Jun 27, 2024
1 parent a9a064d commit 8ec67e5
Show file tree
Hide file tree
Showing 5 changed files with 6,622 additions and 235 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Code Review
uses: freeedcom/ai-codereviewer@main
uses: yuri-val/ai-codereviewer@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_API_MODEL: "gpt-4-1106-preview"
exclude: "yarn.lock,dist/**"
OPENAI_API_MODEL: "gpt-4o"
exclude: "*.lock,dist/**"
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
OPENAI_API_MODEL:
description: "OpenAI API model."
required: false
default: "gpt-4"
default: "gpt-4o"
exclude:
description: "Glob patterns to exclude files from the diff analysis"
required: false
Expand Down
Loading

0 comments on commit 8ec67e5

Please sign in to comment.