Skip to content

Commit 564fb2d

Browse files
committed
working on max tokens
1 parent 6d08985 commit 564fb2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autofill_pullrequest.yml

Lines changed: 2 additions & 2 deletions
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: 4000
23-
openai_model: gpt-4
22+
max_tokens: 8192
23+
openai_model: gpt-4o

0 commit comments

Comments
 (0)