mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-06-28 20:14:14 +00:00
Changed custom prompt slightly.
This commit is contained in:
parent
b3da1bdb65
commit
d46d49b12d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/code_review.yml
vendored
2
.github/workflows/code_review.yml
vendored
|
@ -21,5 +21,5 @@ jobs:
|
|||
OPENAI_API_MODEL: "gpt-4-turbo-preview"
|
||||
exclude: "yarn.lock, dist/**, **/*.json, **/*.md, **/*.yaml, **/*.xml"
|
||||
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 names, as long as they are somewhat descriptive.
|
||||
Be sure to call out potential null pointer exceptions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue