Compare commits

...

1 Commits

Author SHA1 Message Date
jiantw83 6eae6eb0ce feat: add OPENAI_MODEL parameter to AI Code Review step 2026-05-11 09:07:21 +00:00
+1
View File
@@ -30,6 +30,7 @@ jobs:
with:
OPENAI_API_KEY: ${{ secrets.DEEPSEEK_API_KEY }}
OPENAI_BASE_URL: https://api.deepseek.com/v1
OPENAI_MODEL: deepseek-chat
permissions:
contents: write
pull-requests: write