mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-21 01:56:47 +00:00
model param and make file
This commit is contained in:
parent
012d1cdc1a
commit
489f650419
7 changed files with 1883 additions and 1855 deletions
1
.github/workflows/code_review.yml
vendored
1
.github/workflows/code_review.yml
vendored
|
@ -16,4 +16,5 @@ jobs:
|
|||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
OPENAI_MODEL: 'gpt-3.5-turbo' ## change the model if according to your requirements
|
||||
exclude: "yarn.lock,dist/**"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue