Skip to content

Commit 2e4533c

Browse files
authored
Merge pull request #405 from devsetgo/dev
Enhancements and fixes
2 parents b1f228e + f66b063 commit 2e4533c

File tree

12 files changed

+505
-432
lines changed

12 files changed

+505
-432
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.12.0
2+
current_version = 0.12.1
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>[a-z]+)(?P<num>\d+))?

.github/workflows/autofill_pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
with:
2020
github_token: ${{ secrets.GITHUB_TOKEN }}
2121
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
22-
# max_tokens: 16,385
22+
max_tokens: 1000
2323
openai_model: gpt-4

0 commit comments

Comments
 (0)