mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-10-18 08:08:20 +00:00
update default model to gpt version o3-mini
This commit is contained in:
parent
30800b09f1
commit
e7f33b4be9
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ jobs:
|
|||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # The GITHUB_TOKEN is there by default so you just need to keep it like it is and not necessarily need to add it as secret as it will throw an error. [More Details](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret)
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
OPENAI_API_MODEL: "gpt-4" # Optional: defaults to "gpt-4"
|
||||
OPENAI_API_MODEL: "gpt-4" # Optional: defaults to "o3-mini"
|
||||
exclude: "**/*.json, **/*.md" # Optional: exclude patterns separated by commas
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue