小安
小安
@shkangomelet sure. it's really nice that seems we can work based on the code you shared.
you can custom the `OPENAI_API_ENDPOINT ` and `MODEL` to use deepseek.
@npquynhdo just added `INCLUDE_PATTERNS` support ``` steps: - uses: anc95/ChatGPT-CodeReview@main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} INCLUDE_PATTERNS: src/ ```
@npquynhdo in the screenshot, seems that the review comment was sent by the bot service, I think you are using the bot service right? If yes and the service is...
@npquynhdo yes
@npquynhdo just fixed.
hi @npquynhdo please try to change to `/src/**/*`
Makes sense. Will look into this feature implement later
added the github models support, here is an exmaple how to use it 1. add `models: read` to permissions 2. set `USE_GITHUB_MODELS: true` to enable github models ```yml name: Code...
have you set the proxy URL and model name correctly? also if you provide the error info will help a lot