Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OpenAI descriptor to have template and header #2197

Closed
wants to merge 8 commits into from
13 changes: 13 additions & 0 deletions .github/workflows/open-pr-describer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,18 @@ jobs:
- uses: Ant0wan/openai-pr@v1
with:
api-key: ${{ secrets.OPENAI_API_KEY }}
model: "gpt-3.5-turbo-instruct"
template: |
## Description

This pull request addresses the following issues:

- Issue 1
- Issue 2

## Changes

- Change 1
- Change 2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading