mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-06-28 20:14:14 +00:00
Updated code_review.yml.
This commit is contained in:
parent
b27b814c01
commit
b3da1bdb65
1 changed files with 1 additions and 1 deletions
2
.github/workflows/code_review.yml
vendored
2
.github/workflows/code_review.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||||
OPENAI_API_MODEL: "gpt-4-1106-preview"
|
OPENAI_API_MODEL: "gpt-4-turbo-preview"
|
||||||
exclude: "yarn.lock, dist/**, **/*.json, **/*.md, **/*.yaml, **/*.xml"
|
exclude: "yarn.lock, dist/**, **/*.json, **/*.md, **/*.yaml, **/*.xml"
|
||||||
custom_prompts: |
|
custom_prompts: |
|
||||||
Do not worry about the verbosity of variable naming conventions, as long as they are somewhat descriptive.
|
Do not worry about the verbosity of variable naming conventions, as long as they are somewhat descriptive.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue