mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-21 01:56:47 +00:00
add 'OPENAI_API_MODEL' parameter
This commit is contained in:
parent
012d1cdc1a
commit
838fc48abe
3 changed files with 7 additions and 1 deletions
|
@ -42,6 +42,7 @@ jobs:
|
|||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
OPENAI_API_MODEL: "gpt-4" # Optional: defaults to "gpt-4"
|
||||
exclude: "**/*.json, **/*.md" # Optional: exclude patterns separated by commas
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue