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
489f650419
commit
4509e8d5dc
2 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,7 @@ 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: "**/*.json, **/*.md" # Optional: exclude patterns separated by commas
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue