-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/v0.0.17 alpha 20241103 (#21)
* Feature: Replace decimal.Decimal with float for temperature input in generate_pr_description.py * Feature: Update generate-pr-description-action to v0.0.16-alpha and specify model as "gpt-4o"
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,8 @@ | |
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- uses: tqer39/[email protected].13-alpha | ||
- uses: tqer39/[email protected].16-alpha | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
openai-api-key: ${{ secrets.OPENAI_API_KEY }} | ||
model: "gpt-4o" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters