Skip to content

Commit a82a2d7

Browse files
committed
ai-revision: update to latest OpenAI model
1 parent 31af0d1 commit a82a2d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ai-revision.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
description: 'Language model'
1717
required: true
1818
type: string
19-
default: 'gpt-3.5-turbo'
19+
default: 'gpt-4-turbo'
2020
custom_prompt:
2121
description: 'Custom prompt'
2222
required: false
@@ -26,7 +26,7 @@ on:
2626
description: 'Output branch'
2727
required: true
2828
type: string
29-
default: 'ai-revision-gpt35'
29+
default: 'ai-revision-gpt4turbo'
3030

3131
jobs:
3232
ai-revise:

0 commit comments

Comments
 (0)